C# 클래스 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.
상속: ErrorSignature
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
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!

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MissingKeySignature() 공개 메소드

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

ToString() 공개 메소드

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