Provides enumered values for e-mail encryption algorithm.
[VisualĀ Basic] Public Enum EncryptionAlgorithmType
[C#] public enum EncryptionAlgorithmType
[C++] __value public enum EncryptionAlgorithmType
[JScript] public enum EncryptionAlgorithmType
Members
| Members name | Description |
| ENCRYPTION_ALGORITHM_RC2 | Uses RSA RC2 encryption. |
| ENCRYPTION_ALGORITHM_RC4 | Uses RSA RC4 encryption. |
| ENCRYPTION_ALGORITHM_DES | Uses DES encryption. |
| ENCRYPTION_ALGORITHM_3DES | Uses triple DES encryption. |