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