Enum AssemblySigningResults
The return values for the an assembly signing test.
Namespace: Gorgon.PlugIns
Assembly: Gorgon.Core.dll
Syntax
[Flags]
public enum AssemblySigningResults
Fields
Name | Description |
---|---|
KeyMismatch | This flag is combined with the Signed flag to indicate that it was signed, but the keys did not match. |
NotSigned | Assembly is not signed. This flag is mutually exclusive. |
Signed | Assembly is signed, and if it was requested, the key matches. |