Click or drag to resize

ICLRStrongNameGetHashFromAssemblyFile Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
void GetHashFromAssemblyFile(
	string pszFilePath,
	out int piHashAlg,
	byte[] pbHash,
	int cchHash,
	out int pchHash
)

Parameters

pszFilePath  String
 
piHashAlg  Int32
 
pbHash  Byte
 
cchHash  Int32
 
pchHash  Int32
 
See Also