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

The specified key did not have a valid cryptographic provider. This may be because the key algorithm is not supported or the key parameters were found to be invalid.
Наследование: KeyFileException
Показать файл Открыть проект

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

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

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

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

Create an instance of the exception.

NoProviderSpecified ( string Description ) : System

Create an instance of the exception.

NoProviderSpecified ( string Description, System Inner ) : System

Create an instance of the exception.

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

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

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

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

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

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

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

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

Create an instance of the exception.
public NoProviderSpecified ( 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