ICLRStrongNameStrongNameSignatureVerificationFromImage Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int StrongNameSignatureVerificationFromImage(
IntPtr pbBase,
int dwLength,
int dwInFlags
)
Function StrongNameSignatureVerificationFromImage (
pbBase As IntPtr,
dwLength As Integer,
dwInFlags As Integer
) As Integer
int StrongNameSignatureVerificationFromImage(
[InAttribute] IntPtr pbBase,
[InAttribute] int dwLength,
[InAttribute] int dwInFlags
)
abstract StrongNameSignatureVerificationFromImage :
pbBase : IntPtr *
dwLength : int *
dwInFlags : int -> int
Parameters
- pbBase
- Type: SystemIntPtr
- dwLength
- Type: SystemInt32
- dwInFlags
- Type: SystemInt32
Return Value
Type:
Int32See Also