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