C# Class WebApplications.Utilities.Cryptography.AsymmetricCryptographyProvider

Base class for all asymmetric cryptographic providers.
Inheritance: CryptographyProvider
Mostrar archivo Open project: webappsuk/CoreLibraries Class Usage Examples

Protected Methods

Method Description
AsymmetricCryptographyProvider ( [ name, [ configuration, bool preservesLength = true ) : System.Security.Cryptography

Initializes a new instance of the AsymmetricCryptographyProvider class.

Private Methods

Method Description
Create ( [ algorithm, [ configurationElement = null ) : AsymmetricCryptographyProvider

Method Details

AsymmetricCryptographyProvider() protected method

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.
return System.Security.Cryptography