Click or drag to resize

ICLRStrongNameStrongNameSignatureGeneration Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
void StrongNameSignatureGeneration(
	string pwzFilePath,
	string pwzKeyContainer,
	IntPtr pbKeyBlob,
	int cbKeyBlob,
	out IntPtr ppbSignatureBlob,
	out int pcbSignatureBlob
)

Parameters

pwzFilePath
Type: SystemString
pwzKeyContainer
Type: SystemString
pbKeyBlob
Type: SystemIntPtr
cbKeyBlob
Type: SystemInt32
ppbSignatureBlob
Type: SystemIntPtr
pcbSignatureBlob
Type: SystemInt32
See Also