C# Класс Goedel.Cryptography.KeyFile.PrivateKeyNotAvailable

An attempt was made to perform a private key operation and the private key parameters could not be found.
Наследование: KeyFileException
Показать файл Открыть проект

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

Свойство Тип Описание
Throw global::Goedel.Utilities.ThrowDelegate

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

Метод Описание
PrivateKeyNotAvailable ( ) : System

Create an instance of the exception.

PrivateKeyNotAvailable ( string Description ) : System

Create an instance of the exception.

PrivateKeyNotAvailable ( string Description, System Inner ) : System

Create an instance of the exception.

Приватные методы

Метод Описание
_Throw ( object Reason ) : Exception

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

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

Create an instance of the exception.
public PrivateKeyNotAvailable ( ) : System
Результат System

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

Create an instance of the exception.
public PrivateKeyNotAvailable ( string Description ) : System
Description string Description of the error
Результат System

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

Create an instance of the exception.
public PrivateKeyNotAvailable ( string Description, System Inner ) : System
Description string Description of the error
Inner System Inner Exception
Результат System

Описание свойств

Throw публичное статическое свойство

The public fatory delegate
public static global::Goedel.Utilities.ThrowDelegate Throw
Результат global::Goedel.Utilities.ThrowDelegate