[PreserveSigAttribute]
HResult StrongNameKeyGenEx(
string keyContainer,
int flags,
int keySize,
ref IntPtr refPpbKeyBlob,
ref int refPcbKeyBlob
)
<PreserveSigAttribute>
Function StrongNameKeyGenEx (
keyContainer As String,
flags As Integer,
keySize As Integer,
ByRef refPpbKeyBlob As IntPtr,
ByRef refPcbKeyBlob As Integer
) As HResult
Dim instance As IClrStrongName
Dim keyContainer As String
Dim flags As Integer
Dim keySize As Integer
Dim refPpbKeyBlob As IntPtr
Dim refPcbKeyBlob As Integer
Dim returnValue As HResult
returnValue = instance.StrongNameKeyGenEx(keyContainer,
flags, keySize, refPpbKeyBlob, refPcbKeyBlob)
[PreserveSigAttribute]
HResult StrongNameKeyGenEx(
[InAttribute] String^ keyContainer,
[InAttribute] int flags,
[InAttribute] int keySize,
IntPtr% refPpbKeyBlob,
int% refPcbKeyBlob
)
[<PreserveSigAttribute>]
abstract StrongNameKeyGenEx :
keyContainer : string *
flags : int *
keySize : int *
refPpbKeyBlob : IntPtr byref *
refPcbKeyBlob : int byref -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="keyContainer"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]
[Missing <param name="flags"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]
[Missing <param name="keySize"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]
[Missing <param name="refPpbKeyBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]
[Missing <param name="refPcbKeyBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]