ICLRStrongNameStrongNameKeyGenEx Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void StrongNameKeyGenEx(
string pwzKeyContainer,
int dwFlags,
int dwKeySize,
out IntPtr ppbKeyBlob,
out int pcbKeyBlob
)
Sub StrongNameKeyGenEx (
pwzKeyContainer As String,
dwFlags As Integer,
dwKeySize As Integer,
<OutAttribute> ByRef ppbKeyBlob As IntPtr,
<OutAttribute> ByRef pcbKeyBlob As Integer
)
void StrongNameKeyGenEx(
[InAttribute] String^ pwzKeyContainer,
[InAttribute] int dwFlags,
[InAttribute] int dwKeySize,
[OutAttribute] IntPtr% ppbKeyBlob,
[OutAttribute] int% pcbKeyBlob
)
abstract StrongNameKeyGenEx :
pwzKeyContainer : string *
dwFlags : int *
dwKeySize : int *
ppbKeyBlob : IntPtr byref *
pcbKeyBlob : int byref -> unit
Parameters
- pwzKeyContainer
- Type: SystemString
- dwFlags
- Type: SystemInt32
- dwKeySize
- Type: SystemInt32
- ppbKeyBlob
- Type: SystemIntPtr
- pcbKeyBlob
- Type: SystemInt32
See Also