C# Class WebApplications.Utilities.Cryptography.SymmetricCryptographyProvider

Inheritance: CryptographyProvider
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Méthode Description
GetDecryptor ( ) : ICryptoTransform
GetEncryptor ( ) : ICryptoTransform

Private Methods

Méthode Description
Create ( [ name, [ algorithm, [ configurationElement = null ) : SymmetricCryptographyProvider
SymmetricCryptographyProvider ( [ name, [ configuration, [ keyBytes, [ ivBytes ) : System

Initializes a new instance of the SymmetricCryptographyProvider class.

Method Details

GetDecryptor() public méthode

public GetDecryptor ( ) : ICryptoTransform
Résultat ICryptoTransform

GetEncryptor() public méthode

public GetEncryptor ( ) : ICryptoTransform
Résultat ICryptoTransform