C# Class ZeroInstall.Store.Trust.BadSignature

Represents a bad signature (i.e., the message has been tampered with).
Inheritance: ErrorSignature
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
BadSignature ( long keyID ) : System

Creates a new bad signature.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

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

Method Details

BadSignature() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

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