ICLRStrongNameStrongNameSignatureSize Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void StrongNameSignatureSize(
IntPtr pbPublicKeyBlob,
int cbPublicKeyBlob,
out int pcbSize
)
Sub StrongNameSignatureSize (
pbPublicKeyBlob As IntPtr,
cbPublicKeyBlob As Integer,
<OutAttribute> ByRef pcbSize As Integer
)
void StrongNameSignatureSize(
[InAttribute] IntPtr pbPublicKeyBlob,
[InAttribute] int cbPublicKeyBlob,
[OutAttribute] int% pcbSize
)
abstract StrongNameSignatureSize :
pbPublicKeyBlob : IntPtr *
cbPublicKeyBlob : int *
pcbSize : int byref -> unit
Parameters
- pbPublicKeyBlob
- Type: SystemIntPtr
- cbPublicKeyBlob
- Type: SystemInt32
- pcbSize
- Type: SystemInt32
See Also