MailBee.NET Objects 4.0

SaslMethod.IsSecure Method 

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

public abstract bool IsSecure();

Return Value

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

SaslMethod Class | MailBee Namespace