Table of Contents

Class BadSignature

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

Represents a bad signature (i.e., the message has been tampered with).

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

Constructors

BadSignature(long)

Represents a bad signature (i.e., the message has been tampered with).

public BadSignature(long KeyID)

Parameters

KeyID long

Methods

ToString()

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

public override string ToString()

Returns

string