EncryptionSMIMEAlgorithm Enumeration |
Specifies the algorithm used when encrypting S/MIME messages.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum EncryptionSMIMEAlgorithm
Public Enumeration EncryptionSMIMEAlgorithm
public enum class EncryptionSMIMEAlgorithm
type EncryptionSMIMEAlgorithm
Members
| Member name | Value | Description |
---|
| TripleDES | 0 |
Triple DES algorithm
|
| DES | 1 |
DES algorithm
|
| RC2128bit | 2 |
RC2 128 bit algorithm
|
| RC264bit | 3 |
RC2 64 bit algorithm
|
| RC240bit | 4 |
RC2 40 bit algorithm
|
See Also