Table of Contents

Class ErrorSignature

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

Represents a signature that could not be validated for some reason.

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

Constructors

ErrorSignature(long)

Represents a signature that could not be validated for some reason.

public ErrorSignature(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 "ErrorSignature: KeyID". Not safe for parsing!

public override string ToString()

Returns

string