Click or drag to resize
ICLRStrongNameStrongNameSignatureGeneration Method

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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