IClrStrongNameStrongNameSignatureVerificationEx Method
Gets a value that indicates whether the assembly manifest at the supplied path contains a strong name signature.
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 StrongNameSignatureVerificationEx(
string filePath,
bool forceVerification,
ref bool refWasVerified
)
<PreserveSigAttribute>
Function StrongNameSignatureVerificationEx (
filePath As String,
forceVerification As Boolean,
ByRef refWasVerified As Boolean
) As HResult
Dim instance As IClrStrongName
Dim filePath As String
Dim forceVerification As Boolean
Dim refWasVerified As Boolean
Dim returnValue As HResult
returnValue = instance.StrongNameSignatureVerificationEx(filePath,
forceVerification, refWasVerified)
[PreserveSigAttribute]
HResult StrongNameSignatureVerificationEx(
[InAttribute] String^ filePath,
[InAttribute] bool forceVerification,
bool% refWasVerified
)
[<PreserveSigAttribute>]
abstract StrongNameSignatureVerificationEx :
filePath : string *
forceVerification : bool *
refWasVerified : bool 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.
- forceVerification Boolean
-
True to perform verification, even if it is necessary to override registry settings; otherwise, False.
- refWasVerified Boolean
-
true if the strong name signature was verified; otherwise, false.
refWasVerified is also set to False if the verification was successful due to registry settings.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.