Click or drag to resize
ICLRStrongNameGetHashFromFileW Method

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

Parameters

pwzFilePath
Type: SystemString
piHashAlg
Type: SystemInt32
pbHash
Type: SystemByte
cchHash
Type: SystemInt32
pchHash
Type: SystemInt32
See Also