ICLRStrongNameStrongNameSignatureGeneration Method |
Namespace: Ozeki.CommonAssembly: 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
)
Sub StrongNameSignatureGeneration (
pwzFilePath As String,
pwzKeyContainer As String,
pbKeyBlob As IntPtr,
cbKeyBlob As Integer,
<OutAttribute> ByRef ppbSignatureBlob As IntPtr,
<OutAttribute> ByRef pcbSignatureBlob As Integer
)
void StrongNameSignatureGeneration(
[InAttribute] String^ pwzFilePath,
[InAttribute] String^ pwzKeyContainer,
[InAttribute] IntPtr pbKeyBlob,
[InAttribute] int cbKeyBlob,
[OutAttribute] IntPtr% ppbSignatureBlob,
[OutAttribute] int% pcbSignatureBlob
)
abstract StrongNameSignatureGeneration :
pwzFilePath : string *
pwzKeyContainer : string *
pbKeyBlob : IntPtr *
cbKeyBlob : int *
ppbSignatureBlob : IntPtr byref *
pcbSignatureBlob : int byref -> unit
Parameters
- pwzFilePath
- Type: SystemString
- pwzKeyContainer
- Type: SystemString
- pbKeyBlob
- Type: SystemIntPtr
- cbKeyBlob
- Type: SystemInt32
- ppbSignatureBlob
- Type: SystemIntPtr
- pcbSignatureBlob
- Type: SystemInt32
See Also