SaslMethodIsSecure Method
When overridden in a derived class, designates whether the implemented SASL mechanism is secure or not.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public abstract bool IsSecure()

Return Value

Type: Boolean
true if the implemented SASL mechanism is secure; otherwise, false.
Remarks
Secure methods do not transmit passwords over the network as clear-text or Base64.
See Also