[PreserveSigAttribute]
HResult GetHashFromBlob(
IntPtr pbBlob,
int blob,
out int refHashAlg,
byte[] pbHash,
int cchHash,
ref int refHash
)
<PreserveSigAttribute>
Function GetHashFromBlob (
pbBlob As IntPtr,
blob As Integer,
<OutAttribute> ByRef refHashAlg As Integer,
<OutAttribute> pbHash As Byte(),
cchHash As Integer,
ByRef refHash As Integer
) As HResult
Dim instance As IClrStrongName
Dim pbBlob As IntPtr
Dim blob As Integer
Dim refHashAlg As Integer
Dim pbHash As Byte()
Dim cchHash As Integer
Dim refHash As Integer
Dim returnValue As HResult
returnValue = instance.GetHashFromBlob(pbBlob,
blob, refHashAlg, pbHash, cchHash,
refHash)
[PreserveSigAttribute]
HResult GetHashFromBlob(
[InAttribute] IntPtr pbBlob,
[InAttribute] int blob,
[InAttribute] [OutAttribute] int% refHashAlg,
[OutAttribute] array<unsigned char>^ pbHash,
[InAttribute] int cchHash,
int% refHash
)
[<PreserveSigAttribute>]
abstract GetHashFromBlob :
pbBlob : IntPtr *
blob : int *
refHashAlg : int byref *
pbHash : byte[] byref *
cchHash : int *
refHash : int byref -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="pbBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromBlob(System.IntPtr,System.Int32,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="blob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromBlob(System.IntPtr,System.Int32,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="refHashAlg"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromBlob(System.IntPtr,System.Int32,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="pbHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromBlob(System.IntPtr,System.Int32,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="cchHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromBlob(System.IntPtr,System.Int32,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="refHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromBlob(System.IntPtr,System.Int32,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromBlob(System.IntPtr,System.Int32,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]