Click or drag to resize
ICLRStrongNameStrongNameKeyGenEx 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: SystemString
dwFlags
Type: SystemInt32
dwKeySize
Type: SystemInt32
ppbKeyBlob
Type: SystemIntPtr
pcbKeyBlob
Type: SystemInt32
See Also