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.

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 StrongNameSignatureVerification(
	string filePath,
	int inFlags,
	ref int refOutFlags
)

Parameters

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.

Return Value

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

See Also