Click or drag to resize
MimeKit

SaslMechanismNegotiatedSecurityLayer Property

Get whether or not a security layer was negotiated by the SASL mechanism.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public virtual bool NegotiatedSecurityLayer { get; }

Property Value

Boolean
true if a security layer was negotiated; otherwise, false.
Remarks

Gets whether or not a security layer has been negotiated by the SASL mechanism.

Note  Note
Some SASL mechanisms, such as GSSAPI, are able to negotiate security layers such as integrity and confidentiality protection.
See Also