Click or drag to resize
MimeKit

SaslMechanismIsAuthenticated Property

Get or set whether the SASL mechanism has finished authenticating.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool IsAuthenticated { get; protected set; }

Property Value

Boolean
true if the SASL mechanism has finished authenticating; otherwise, false.
Remarks
Gets or sets whether the SASL mechanism has finished authenticating.
See Also