 | SaslMechanismNegotiatedSecurityLayer Property |
Get whether or not a security layer was negotiated by the SASL mechanism.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntaxpublic virtual bool NegotiatedSecurityLayer { get; }
Property Value
Boolean if a security layer was negotiated; otherwise,
.
RemarksGets 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