System::Security::Authentication::CipherAlgorithmType enum
CipherAlgorithmType enum
Enumerates the cipher algorithms.
enum class CipherAlgorithmType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No encryption algorithm is used. |
| Null | 24576 | No encryption algorithm is used with a ‘Null’ cipher algorithm. |
| Des | 26113 | The DES algorithm. |
| Rc2 | 26114 | The RC2 algorithm. |
| TripleDes | 26115 | The 3DES algorithm. |
| Aes128 | 26126 | The AES algorithm with a 128 bit key. |
| Aes192 | 26127 | The AES algorithm with a 192 bit key. |
| Aes256 | 26128 | The AES algorithm with a 256 bit key. |
| Aes | 26129 | The AES algorithm. |
| Rc4 | 26625 | The RC4 algorithm. |
See Also
- Namespace System::Security::Authentication
- Library Aspose.Page for C++