Click or drag to resize

ICLRStrongNameStrongNameSignatureGenerationEx Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
void StrongNameSignatureGenerationEx(
	string wszFilePath,
	string wszKeyContainer,
	IntPtr pbKeyBlob,
	int cbKeyBlob,
	out IntPtr ppbSignatureBlob,
	out int pcbSignatureBlob,
	int dwFlags
)

Parameters

wszFilePath
Type: SystemString
wszKeyContainer
Type: SystemString
pbKeyBlob
Type: SystemIntPtr
cbKeyBlob
Type: SystemInt32
ppbSignatureBlob
Type: SystemIntPtr
pcbSignatureBlob
Type: SystemInt32
dwFlags
Type: SystemInt32
See Also