| SaslMechanismNegotiatedSecurityLayer Property |
Get whether or not a security layer was negotiated by the SASL mechanism.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public virtual bool NegotiatedSecurityLayer { get; }
Property Value
Booleantrue if a security layer was negotiated; otherwise,
false.
Remarks Gets whether or not a security layer has been negotiated by the SASL mechanism.
Note |
---|
Some SASL mechanisms, such as GSSAPI, are able to negotiate security layers
such as integrity and confidentiality protection. |
See Also