ICLRStrongNameStrongNameKeyGenEx Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid 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 String
-
- dwFlags Int32
-
- dwKeySize Int32
-
- ppbKeyBlob IntPtr
-
- pcbKeyBlob Int32
-
See Also