ISymmetric |
The ISymmetricCryptographicProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateDecryptingStream | Create a decrypting stream | |
| CreateEncryptingStream | Create a decrypting stream | |
| Decrypt(Byte) | Decrypt data with the IV embedded in the return | |
| Decrypt(String) | Decrypt the string data and return a Base64 encoded version | |
| Decrypt(Byte, Byte, Byte) | Decrypts the specified data | |
| Encrypt(Byte) | Encrypt data with the IV embedded in the return | |
| Encrypt(String) | Encrypt the string data and return a Base64 encoded version | |
| Encrypt(Byte, Byte, Byte) | Encrypts the sepcified data | |
| GenerateIV | Generates an initialization vector | |
| GenerateKey | Generates a key | |
| GetContextKey | Gets the context key | |
| RotateContextKey | Instructs the symmetric provider to rotate the key storage. |