Click or drag to resize
MimeKit

SaslMechanismNegotiatedChannelBinding Property

Get whether or not channel-binding was negotiated by the SASL mechanism.

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

Property Value

Boolean
true if channel-binding was negotiated; otherwise, false.
Remarks

Gets whether or not channel-binding has been negotiated by the SASL mechanism.

Note  Note
Some SASL mechanisms, such as SCRAM-SHA1-PLUS and NTLM, are able to negotiate channel-bindings.
See Also