Click or drag to resize
ICLRStrongName.StrongNameKeyGenEx Method

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

Parameters

pwzKeyContainer
Type: System.String
dwFlags
Type: System.Int32
dwKeySize
Type: System.Int32
ppbKeyBlob
Type: System.IntPtr
pcbKeyBlob
Type: System.Int32
See Also