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

Represents a signature that could not yet be verified because the key is missing. Use IOpenPgp.ImportKey to import the key and then retry.
Наследование: ErrorSignature
Показать файл Открыть проект

Открытые методы

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
MissingKeySignature ( long keyID ) : System

Creates a new missing key error.

ToString ( ) : string

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

Описание методов

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

MissingKeySignature() публичный Метод

Creates a new missing key error.
public MissingKeySignature ( long keyID ) : System
keyID long The key ID of the key used to create this signature.
Результат System

ToString() публичный Метод

Returns the signature information in the form "MissingKeySignature: KeyID". Not safe for parsing!
public ToString ( ) : string
Результат string