ICLRStrongNameGetHashFromFileW Method |
Namespace: Ozeki.CommonAssembly: 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
)
Sub GetHashFromFileW (
pwzFilePath As String,
<OutAttribute> ByRef piHashAlg As Integer,
<OutAttribute> pbHash As Byte(),
cchHash As Integer,
<OutAttribute> ByRef pchHash As Integer
)
void GetHashFromFileW(
[InAttribute] String^ pwzFilePath,
[InAttribute] [OutAttribute] int% piHashAlg,
[OutAttribute] array<unsigned char>^ pbHash,
[InAttribute] int cchHash,
[OutAttribute] int% pchHash
)
abstract GetHashFromFileW :
pwzFilePath : string *
piHashAlg : int byref *
pbHash : byte[] byref *
cchHash : int *
pchHash : int byref -> unit
Parameters
- pwzFilePath
- Type: SystemString
- piHashAlg
- Type: SystemInt32
- pbHash
- Type: SystemByte
- cchHash
- Type: SystemInt32
- pchHash
- Type: SystemInt32
See Also