Click or drag to resize
MimeKit

SaslMechanismNtlmAllowChannelBinding Property

Get or set a value indicating whether or not the NTLM SASL mechanism should allow channel-binding.

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

Property Value

Boolean
true if the NTLM SASL mechanism should allow channel-binding; otherwise, false.
Remarks

Gets or sets a value indicating whether or not the NTLM SASL mechanism should allow channel-binding.

Note  Note
In the future, this option will disappear as channel-binding will become the default. For now, it is only an option because this feature has not been thoroughly tested.
See Also