C# Class ZeroInstall.Store.Trust.OpenPgpSignature

Represents a signature checked by an IOpenPgp implementation.
Inheritance: IKeyIDContainer
ファイルを表示 Open project: 0install/0install-win Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( OpenPgpSignature other ) : bool
OpenPgpSignature ( long keyID ) : System

Creates a new signature.

Method Details

Equals() protected method

protected Equals ( OpenPgpSignature other ) : bool
other OpenPgpSignature
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OpenPgpSignature() protected method

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