C# Class ZeroInstall.Store.Trust.MissingKeySignature

Represents a signature that could not yet be verified because the key is missing. Use IOpenPgp.ImportKey to import the key and then retry.
Inheritance: ErrorSignature
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MissingKeySignature ( long keyID ) : System

Creates a new missing key error.

ToString ( ) : string

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MissingKeySignature() public méthode

Creates a new missing key error.
public MissingKeySignature ( long keyID ) : System
keyID long The key ID of the key used to create this signature.
Résultat System

ToString() public méthode

Returns the signature information in the form "MissingKeySignature: KeyID". Not safe for parsing!
public ToString ( ) : string
Résultat string