C# 클래스 ZeroInstall.Store.Trust.ErrorSignature

Represents a signature that could not be validated for some reason.
상속: OpenPgpSignature
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

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

메소드 상세

Equals() 공개 메소드

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

ErrorSignature() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

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