| SaslMechanismIsAuthenticated Property |
Get or set whether the SASL mechanism has finished authenticating.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool IsAuthenticated { get; protected set; }
Property Value
Booleantrue if the SASL mechanism has finished authenticating; otherwise,
false.
Remarks
Gets or sets whether the SASL mechanism has finished authenticating.
See Also