Interface IKeyIDContainer
- Namespace
- ZeroInstall.Store.Trust
- Assembly
- ZeroInstall.Store.dll
An object containing a key ID for an IOpenPgp public or private key.
public interface IKeyIDContainer
- Extension Methods
Properties
KeyID
An OpenPGP key ID. A short identifier for a key. The lower 64 bits of Fingerprint.
long KeyID { get; }