Enum Origin
Represents our knowledge on the origin of a signature.
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public enum Origin : int
Fields
Name | Description |
---|---|
Forged | The Signature is a forgery. |
Genuine | |
Unknown | Use this in practice before a signature is verified. |