Click or drag to resize

ICLRStrongNameGetHashFromHandle Method

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

Parameters

hFile
Type: SystemIntPtr
piHashAlg
Type: SystemInt32
pbHash
Type: SystemByte
cchHash
Type: SystemInt32
pchHash
Type: SystemInt32
See Also