 | SaslMechanismNegotiatedChannelBinding Property |
Get whether or not channel-binding was negotiated by the SASL mechanism.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntaxpublic virtual bool NegotiatedChannelBinding { get; }
Property Value
Boolean if channel-binding was negotiated; otherwise,
.
RemarksGets whether or not channel-binding has been negotiated by the SASL mechanism.
Note |
---|
Some SASL mechanisms, such as SCRAM-SHA1-PLUS and NTLM, are able to negotiate
channel-bindings. |
See Also