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