Click or drag to resize
MimeKit

SaslMechanismLoginMechanismName Property

Get the name of the SASL mechanism.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public override string MechanismName { get; }

Property Value

String
The name of the SASL mechanism.
Remarks
Gets the name of the SASL mechanism.
See Also