Gorgon
Show / Hide Table of Contents

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.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author