C# Class ZeroInstall.Store.Trust.ErrorSignature

Represents a signature that could not be validated for some reason.
Inheritance: OpenPgpSignature
ファイルを表示 Open project: 0install/0install-win Class Usage Examples

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

ErrorSignature() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

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