Click or drag to resize
MimeKit

SaslMechanismSupportsChannelBinding Property

Get whether or not the SASL mechanism supports channel binding.

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

Property Value

Boolean
true if the SASL mechanism supports channel binding; otherwise, false.
Remarks
Gets whether or not the SASL mechanism supports channel binding.
See Also