Click or drag to resize

ICLRStrongNameGetHashFromBlob Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
void GetHashFromBlob(
	IntPtr pbBlob,
	int cchBlob,
	out int piHashAlg,
	byte[] pbHash,
	int cchHash,
	out int pchHash
)

Parameters

pbBlob
Type: SystemIntPtr
cchBlob
Type: SystemInt32
piHashAlg
Type: SystemInt32
pbHash
Type: SystemByte
cchHash
Type: SystemInt32
pchHash
Type: SystemInt32
See Also