ICLRStrongNameStrongNameSignatureVerificationFromImage Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxint 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 IntPtr
-
- dwLength Int32
-
- dwInFlags Int32
-
Return Value
Int32
See Also