Click or drag to resize
MimeKit

SaslMechanismTryGetChannelBindingToken Method

Try to get a channel-binding token.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
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

Boolean
true if the channel-binding token was acquired; otherwise, false.
Remarks
Tries to get the specified channel-binding.
See Also