Click or drag to resize

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
Syntax
public enum SMIMEEncryptionAlgorithmNegotiation
Members
  Member nameValueDescription
DoNotNegotiate0 Do not negotiate.
NegotiateStrong1 Negotiate a strong algorithm.
NegotiateAny2 Negotiate any algorithm.
See Also