IClrStrongNameStrongNameKeyGenEx 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 StrongNameKeyGenEx(
	string keyContainer,
	int flags,
	int keySize,
	ref IntPtr refPpbKeyBlob,
	ref int refPcbKeyBlob
)

Parameters

keyContainer  String

[Missing <param name="keyContainer"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]

flags  Int32

[Missing <param name="flags"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]

keySize  Int32

[Missing <param name="keySize"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]

refPpbKeyBlob  IntPtr

[Missing <param name="refPpbKeyBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]

refPcbKeyBlob  Int32

[Missing <param name="refPcbKeyBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameKeyGenEx(System.String,System.Int32,System.Int32,System.IntPtr@,System.Int32@)"]

Return Value

HResult

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

See Also