C# Class WebApplications.Utilities.Cryptography.SymmetricCryptographyProvider

Inheritance: CryptographyProvider
Mostrar archivo Open project: webappsuk/CoreLibraries Class Usage Examples

Public Methods

Method Description
GetDecryptor ( ) : ICryptoTransform
GetEncryptor ( ) : ICryptoTransform

Private Methods

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

public GetDecryptor ( ) : ICryptoTransform
return ICryptoTransform

GetEncryptor() public method

public GetEncryptor ( ) : ICryptoTransform
return ICryptoTransform