Click or drag to resize

ICLRStrongNameGetHashFromHandle Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
void GetHashFromHandle(
	IntPtr hFile,
	out int piHashAlg,
	byte[] pbHash,
	int cchHash,
	out int pchHash
)

Parameters

hFile  IntPtr
 
piHashAlg  Int32
 
pbHash  Byte
 
cchHash  Int32
 
pchHash  Int32
 
See Also