C# Class ZeroInstall.Store.Trust.ErrorSignature

Represents a signature that could not be validated for some reason.
Inheritance: OpenPgpSignature
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
ErrorSignature ( long keyID ) : System

Creates a new signature error.

GetHashCode ( ) : int
ToString ( ) : string

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

Method Details

Equals() public méthode

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

ErrorSignature() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

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