MailBee.NET Objects 4.0

SaslMethod.RequiresCredentials Method 

Designates whether or not the implemented SASL mechanism can operate without user credentials passed in AccountName and Password property values.

public virtual bool RequiresCredentials();

Return Value

By default, returns true.

Remarks

The developer should override this method if the implemented SASL mechanism can obtain credentials in some other way when they are not supplied by the caller. For instance, MailBee NTLM implementation can get the credentials from the operating system.

See Also

SaslMethod Class | MailBee Namespace