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

Represents a valid signature.
상속: OpenPgpSignature, IFingerprintContainer
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Timestamp System.DateTime

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetFingerprint ( ) : byte[]
GetHashCode ( ) : int
ToString ( ) : string

Returns the signature information in the form "ValidSignature: Fingerprint (Timestamp)". Not safe for parsing!

ValidSignature ( long keyID, [ fingerprint, System.DateTime timestamp ) : System

Creates a new valid signature.

비공개 메소드들

메소드 설명
Equals ( ValidSignature other ) : bool

메소드 상세

Equals() 공개 메소드

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

GetFingerprint() 공개 메소드

public GetFingerprint ( ) : byte[]
리턴 byte[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

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

ValidSignature() 공개 메소드

Creates a new valid signature.
public ValidSignature ( long keyID, [ fingerprint, System.DateTime timestamp ) : System
keyID long The key ID of the key used to create this signature.
fingerprint [ The fingerprint of the key used to create this signature.
timestamp System.DateTime The point in time when the signature was created in UTC.
리턴 System

프로퍼티 상세

Timestamp 공개적으로 프로퍼티

The point in time when the signature was created in UTC.
public DateTime,System Timestamp
리턴 System.DateTime