Click or drag to resize

ICLRStrongNameStrongNameKeyGenEx Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
void StrongNameKeyGenEx(
	string pwzKeyContainer,
	int dwFlags,
	int dwKeySize,
	out IntPtr ppbKeyBlob,
	out int pcbKeyBlob
)

Parameters

pwzKeyContainer
Type: SystemString
dwFlags
Type: SystemInt32
dwKeySize
Type: SystemInt32
ppbKeyBlob
Type: SystemIntPtr
pcbKeyBlob
Type: SystemInt32
See Also