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