C# Класс WebApplications.Utilities.Cryptography.AsymmetricCryptographyProvider

Base class for all asymmetric cryptographic providers.
Наследование: CryptographyProvider
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
AsymmetricCryptographyProvider ( [ name, [ configuration, bool preservesLength = true ) : System.Security.Cryptography

Initializes a new instance of the AsymmetricCryptographyProvider class.

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

Метод Описание
Create ( [ algorithm, [ configurationElement = null ) : AsymmetricCryptographyProvider

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

AsymmetricCryptographyProvider() защищенный Метод

Initializes a new instance of the AsymmetricCryptographyProvider class.
protected AsymmetricCryptographyProvider ( [ name, [ configuration, bool preservesLength = true ) : System.Security.Cryptography
name [ The name.
configuration [ The configuration.
preservesLength bool /// if the provider preserves the length.
Результат System.Security.Cryptography