Table of Contents

Class MissingKeySignature

Namespace
ZeroInstall.Store.Trust
Assembly
ZeroInstall.Store.dll

Represents a signature that could not yet be verified because the key is missing.

public sealed record MissingKeySignature : ErrorSignature, IKeyIDContainer, IEquatable<OpenPgpSignature>, IEquatable<ErrorSignature>, IEquatable<MissingKeySignature>
Inheritance
MissingKeySignature
Implements
Inherited Members
Extension Methods

Constructors

MissingKeySignature(long)

Represents a signature that could not yet be verified because the key is missing.

public MissingKeySignature(long KeyID)

Parameters

KeyID long

The key ID of the key used to create this signature.

Methods

ToString()

Returns the signature information in the form "MissingKeySignature: KeyID". Not safe for parsing!

public override string ToString()

Returns

string