C# Class ZeroInstall.Store.Trust.OpenPgpSignature

Represents a signature checked by an IOpenPgp implementation.
Inheritance: IKeyIDContainer
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( OpenPgpSignature other ) : bool
OpenPgpSignature ( long keyID ) : System

Creates a new signature.

Method Details

Equals() protected méthode

protected Equals ( OpenPgpSignature other ) : bool
other OpenPgpSignature
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OpenPgpSignature() protected méthode

Creates a new signature.
protected OpenPgpSignature ( long keyID ) : System
keyID long The key ID of the key used to create this signature.
Résultat System