C# Class NContext.Security.Cryptography.CryptographyManager

Defines manager class for application cryptography-related operations.
Inheritance: IManageCryptography
Afficher le fichier Open project: PowerDMS/NContext

Méthodes publiques

Méthode Description
Configure ( ApplicationConfigurationBase applicationConfiguration ) : void

Configures the component instance.

CryptographyManager ( CryptographyConfiguration cryptographyConfiguration ) : System

Initializes a new instance of the CryptographyManager class.

Method Details

Configure() public méthode

Configures the component instance.
public Configure ( ApplicationConfigurationBase applicationConfiguration ) : void
applicationConfiguration ApplicationConfigurationBase The application configuration.
Résultat void

CryptographyManager() public méthode

Initializes a new instance of the CryptographyManager class.
public CryptographyManager ( CryptographyConfiguration cryptographyConfiguration ) : System
cryptographyConfiguration CryptographyConfiguration The cryptography configuration.
Résultat System