IEncryptionService Interface |
Namespace: Dundas.BI.Services
Name | Description | |
---|---|---|
Decrypt(String) | Decrypts the specified text (using the application's symmetric encryption key). | |
Decrypt(Byte, Int32, Stream) | Decrypts the specified data (using the application's symmetric encryption key) and writes the decrypted bytes to the output stream. | |
Encrypt(String) | Encrypts the specified text (using the application's symmetric encryption key). | |
Encrypt(Byte, Stream) | Encrypts the specified data (using the application's symmetric encryption key) and writes the encrypted bytes to the output stream. |