C# Class NContext.Security.Cryptography.CryptographyManager

Defines manager class for application cryptography-related operations.
Inheritance: IManageCryptography
Show file Open project: PowerDMS/NContext

Public Methods

Method 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 method

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

CryptographyManager() public method

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