Click or drag to resize
ICLRStrongName.GetHashFromHandle Method

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

Parameters

hFile
Type: System.IntPtr
piHashAlg
Type: System.Int32
pbHash
Type:System.Byte[]
cchHash
Type: System.Int32
pchHash
Type: System.Int32
See Also