C# Class ZeroInstall.Store.Trust.ValidSignature

Represents a valid signature.
Inheritance: OpenPgpSignature, IFingerprintContainer
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Свойство Type Description
Timestamp System.DateTime

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Equals ( ValidSignature other ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetFingerprint() public méthode

public GetFingerprint ( ) : byte[]
Résultat byte[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

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

ValidSignature() public méthode

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.
Résultat System

Property Details

Timestamp public_oe property

The point in time when the signature was created in UTC.
public DateTime,System Timestamp
Résultat System.DateTime