ICLRStrongNameStrongNameSignatureGenerationEx Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void StrongNameSignatureGenerationEx(
string wszFilePath,
string wszKeyContainer,
IntPtr pbKeyBlob,
int cbKeyBlob,
out IntPtr ppbSignatureBlob,
out int pcbSignatureBlob,
int dwFlags
)
Sub StrongNameSignatureGenerationEx (
wszFilePath As String,
wszKeyContainer As String,
pbKeyBlob As IntPtr,
cbKeyBlob As Integer,
<OutAttribute> ByRef ppbSignatureBlob As IntPtr,
<OutAttribute> ByRef pcbSignatureBlob As Integer,
dwFlags As Integer
)
void StrongNameSignatureGenerationEx(
[InAttribute] String^ wszFilePath,
[InAttribute] String^ wszKeyContainer,
[InAttribute] IntPtr pbKeyBlob,
[InAttribute] int cbKeyBlob,
[OutAttribute] IntPtr% ppbSignatureBlob,
[OutAttribute] int% pcbSignatureBlob,
[InAttribute] int dwFlags
)
abstract StrongNameSignatureGenerationEx :
wszFilePath : string *
wszKeyContainer : string *
pbKeyBlob : IntPtr *
cbKeyBlob : int *
ppbSignatureBlob : IntPtr byref *
pcbSignatureBlob : int byref *
dwFlags : int -> unit
Parameters
- wszFilePath
- Type: SystemString
- wszKeyContainer
- Type: SystemString
- pbKeyBlob
- Type: SystemIntPtr
- cbKeyBlob
- Type: SystemInt32
- ppbSignatureBlob
- Type: SystemIntPtr
- pcbSignatureBlob
- Type: SystemInt32
- dwFlags
- Type: SystemInt32
See Also