C# Class WebApplications.Utilities.Cryptography.AsymmetricCryptographyProvider

Base class for all asymmetric cryptographic providers.
Inheritance: CryptographyProvider
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes protégées

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

Initializes a new instance of the AsymmetricCryptographyProvider class.

Private Methods

Méthode Description
Create ( [ algorithm, [ configurationElement = null ) : AsymmetricCryptographyProvider

Method Details

AsymmetricCryptographyProvider() protected méthode

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.
Résultat System.Security.Cryptography