IClrStrongNameStrongNameSignatureSize Method

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult StrongNameSignatureSize(
	byte[] pbPublicKeyBlob,
	int cbPublicKeyBlob,
	ref int refSize
)

Parameters

pbPublicKeyBlob  Byte

[Missing <param name="pbPublicKeyBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameSignatureSize(System.Byte[],System.Int32,System.Int32@)"]

cbPublicKeyBlob  Int32

[Missing <param name="cbPublicKeyBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameSignatureSize(System.Byte[],System.Int32,System.Int32@)"]

refSize  Int32

[Missing <param name="refSize"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameSignatureSize(System.Byte[],System.Int32,System.Int32@)"]

Return Value

HResult

[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameSignatureSize(System.Byte[],System.Int32,System.Int32@)"]

See Also