ICLRStrongNameGetHashFromBlob Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid GetHashFromBlob(
IntPtr pbBlob,
int cchBlob,
out int piHashAlg,
byte[] pbHash,
int cchHash,
out int pchHash
)
Sub GetHashFromBlob (
pbBlob As IntPtr,
cchBlob As Integer,
<OutAttribute> ByRef piHashAlg As Integer,
<OutAttribute> pbHash As Byte(),
cchHash As Integer,
<OutAttribute> ByRef pchHash As Integer
)
void GetHashFromBlob(
[InAttribute] IntPtr pbBlob,
[InAttribute] int cchBlob,
[InAttribute] [OutAttribute] int% piHashAlg,
[OutAttribute] array<unsigned char>^ pbHash,
[InAttribute] int cchHash,
[OutAttribute] int% pchHash
)
abstract GetHashFromBlob :
pbBlob : IntPtr *
cchBlob : int *
piHashAlg : int byref *
pbHash : byte[] byref *
cchHash : int *
pchHash : int byref -> unit
Parameters
- pbBlob IntPtr
-
- cchBlob Int32
-
- piHashAlg Int32
-
- pbHash Byte
-
- cchHash Int32
-
- pchHash Int32
-
See Also