Click or drag to resize

ICLRStrongNameStrongNameGetPublicKey Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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