Click or drag to resize
ICLRStrongNameStrongNameGetPublicKey Method

Namespace: Ozeki.Common
Assembly: 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
)

Parameters

pwzKeyContainer
Type: SystemString
pbKeyBlob
Type: SystemIntPtr
cbKeyBlob
Type: SystemInt32
ppbPublicKeyBlob
Type: SystemIntPtr
pcbPublicKeyBlob
Type: SystemInt32
See Also