 | SaslMechanismNtlmAllowChannelBinding Property |
Get or set a value indicating whether or not the NTLM SASL mechanism should allow channel-binding.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntaxpublic bool AllowChannelBinding { get; set; }
Property Value
Boolean if the NTLM SASL mechanism should allow channel-binding; otherwise,
.
RemarksGets or sets a value indicating whether or not the NTLM SASL mechanism should allow channel-binding.
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