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

Represents a bad signature (i.e., the message has been tampered with).
상속: ErrorSignature
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
BadSignature ( long keyID ) : System

Creates a new bad signature.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

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

메소드 상세

BadSignature() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

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