Class OpenPgpSignature
- Namespace
- ZeroInstall.Store.Trust
- Assembly
- ZeroInstall.Store.dll
Represents a signature checked by an IOpenPgp implementation.
public abstract record OpenPgpSignature : IKeyIDContainer, IEquatable<OpenPgpSignature>
- Inheritance
-
OpenPgpSignature
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
OpenPgpSignature(long)
Represents a signature checked by an IOpenPgp implementation.
protected OpenPgpSignature(long KeyID)
Parameters
KeyID
long
Properties
KeyID
An OpenPGP key ID. A short identifier for a key. The lower 64 bits of Fingerprint.
public long KeyID { get; init; }