IClrStrongNameStrongNameSignatureVerificationEx Method

Gets a value that indicates whether the assembly manifest at the supplied path contains a strong name signature.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: 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
)

Parameters

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.

Return Value

HResult
If the method succeeds, it returns S_OK. If it fails, it returns an HResult value.

See Also