C# Класс ZeroInstall.Store.Trust.ValidSignature

Represents a valid signature.
Наследование: OpenPgpSignature, IFingerprintContainer
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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