| SaslMechanismScramBaseNegotiatedChannelBinding Property |
Get whether or not channel-binding was negotiated by the SASL mechanism.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public override bool NegotiatedChannelBinding { get; }
Property Value
Booleantrue if channel-binding was negotiated; otherwise,
false.
Remarks Gets 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