IClrStrongNameStrongNameSignatureVerification Method
Gets a value that indicates whether the assembly manifest at the supplied path contains a strong name signature,
which is verified according to the specified flags.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult StrongNameSignatureVerification(
string filePath,
int inFlags,
ref int refOutFlags
)
<PreserveSigAttribute>
Function StrongNameSignatureVerification (
filePath As String,
inFlags As Integer,
ByRef refOutFlags As Integer
) As HResult
Dim instance As IClrStrongName
Dim filePath As String
Dim inFlags As Integer
Dim refOutFlags As Integer
Dim returnValue As HResult
returnValue = instance.StrongNameSignatureVerification(filePath,
inFlags, refOutFlags)
[PreserveSigAttribute]
HResult StrongNameSignatureVerification(
[InAttribute] String^ filePath,
[InAttribute] int inFlags,
int% refOutFlags
)
[<PreserveSigAttribute>]
abstract StrongNameSignatureVerification :
filePath : string *
inFlags : int *
refOutFlags : int byref -> HResult
No code example is currently available or this language may not be supported.
- filePath String
-
The path to the portable executable (.exe or .dll) file for the assembly to be verified.
- inFlags Int32
-
Flags to modify the verification behavior.
- refOutFlags Int32
-
Flags indicating whether the strong name signature was verified.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.