C# Class ZeroInstall.Store.Trust.MissingKeySignature

Represents a signature that could not yet be verified because the key is missing. Use IOpenPgp.ImportKey to import the key and then retry.
Inheritance: ErrorSignature
ファイルを表示 Open project: 0install/0install-win

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MissingKeySignature ( long keyID ) : System

Creates a new missing key error.

ToString ( ) : string

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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

MissingKeySignature() public method

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

ToString() public method

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