| Visual Basic (Declaration) | |
|---|---|
Public Enum EncryptingMethod Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EncryptingMethod | |
| C# | |
|---|---|
public enum EncryptingMethod : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum EncryptingMethod : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class EncryptingMethod : public System.Enum | |
| Member | Description |
|---|---|
| Des | Use the DES encryption algorithm. |
| Rc2128 | Use a 128 bit RC2 encryption algorithm. |
| Rc240 | Use a 40 bit RC2 encryption algorithm. |
| Rc264 | Use a 60 bit RC2 encryption algorithm. |
| Rc4 | Use the RC4 encryption algorithm. |
| TripleDes | Use the TripleDES (3DES) encryption algorithm. |
System.Object
System.ValueType
System.Enum
Dart.PowerTCP.Mail.EncryptingMethod
Target Platforms: Microsoft .NET Framework 2.0