SaslMethodAccountDataIsPassword Method |
Designates if only the password must be set (password-only method).
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public virtual bool AccountDataIsPassword()
Public Overridable Function AccountDataIsPassword As Boolean
Return Value
Type:
BooleanMust return
false in case if this authentication method requires login and password,
or
true is the account name is included in the password
(for instance, in case of OAuth method). If
RequiresCredentials is
false, this method has no effect.
Remarks In most cases, this method should return false. In OAuth case, the account name is not defined, you only need to supply
the account signature which includes multiple parameters (some of which may be treated as the password).
See Also