| SaslMechanismTryGetChannelBindingToken Method |
Try to get a channel-binding token.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected bool TryGetChannelBindingToken(
ChannelBindingKind kind,
out byte[] token
)
Parameters
- kind ChannelBindingKind
- The kind of channel-binding desired.
- token Byte
- A buffer containing the channel-binding token.
Return Value
Booleantrue if the channel-binding token was acquired; otherwise,
false.
Remarks
Tries to get the specified channel-binding.
See Also