SMIMEEncryptionAlgorithmNegotiation Enumeration |
Controls the negotiation of the encryption algorithm.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum SMIMEEncryptionAlgorithmNegotiation
Public Enumeration SMIMEEncryptionAlgorithmNegotiation
public enum class SMIMEEncryptionAlgorithmNegotiation
type SMIMEEncryptionAlgorithmNegotiation
Members
| Member name | Value | Description |
---|
| DoNotNegotiate | 0 |
Do not negotiate.
|
| NegotiateStrong | 1 |
Negotiate a strong algorithm.
|
| NegotiateAny | 2 |
Negotiate any algorithm.
|
See Also