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