C# Класс NContext.Security.Cryptography.CryptographyManager

Defines manager class for application cryptography-related operations.
Наследование: IManageCryptography
Показать файл Открыть проект

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

Метод Описание
Configure ( ApplicationConfigurationBase applicationConfiguration ) : void

Configures the component instance.

CryptographyManager ( CryptographyConfiguration cryptographyConfiguration ) : System

Initializes a new instance of the CryptographyManager class.

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

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

Configures the component instance.
public Configure ( ApplicationConfigurationBase applicationConfiguration ) : void
applicationConfiguration ApplicationConfigurationBase The application configuration.
Результат void

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

Initializes a new instance of the CryptographyManager class.
public CryptographyManager ( CryptographyConfiguration cryptographyConfiguration ) : System
cryptographyConfiguration CryptographyConfiguration The cryptography configuration.
Результат System