| Visual Basic (Declaration) | |
|---|---|
Public Enum CipherAlgorithmType Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CipherAlgorithmType | |
| C# | |
|---|---|
public enum CipherAlgorithmType : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum CipherAlgorithmType : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class CipherAlgorithmType : public System.Enum | |
| Member | Description |
|---|---|
| Aes | The Advanced Encryption Standard (AES) algorithm. |
| Aes128 | The Advanced Encryption Standard (AES) algorithm with a 128 bit key. |
| Aes192 | The Advanced Encryption Standard (AES) algorithm with a 192 bit key. |
| Aes256 | The Advanced Encryption Standard (AES) algorithm with a 256 bit key. |
| Des | The Data Encryption Standard (DES) algorithm. |
| None | No encryption algorithm is used. |
| Rc2 | Rivest's Code 2 (RC2) algorithm. |
| Rc4 | Rivest's Code 4 (RC4) algorithm. |
| TripleDes | The Triple Data Encryption Standard (3DES) algorithm. |
System.Object
System.ValueType
System.Enum
Dart.Common.CipherAlgorithmType
Target Platforms: Microsoft .NET Framework 2.0