IWebAccountServiceTryGetUserByUsernameAndPassword Method
Attempts to retrieve an IWebUser by their username and password
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool TryGetUserByUsernameAndPassword(
string username,
string password,
out IWebUser user
)
Public Function TryGetUserByUsernameAndPassword (
username As String,
password As String,
<OutAttribute> ByRef user As IWebUser
) As Boolean
public:
virtual bool TryGetUserByUsernameAndPassword(
String^ username,
String^ password,
[OutAttribute] IWebUser^% user
) sealed
abstract TryGetUserByUsernameAndPassword :
username : string *
password : string *
user : IWebUser byref -> bool
override TryGetUserByUsernameAndPassword :
username : string *
password : string *
user : IWebUser byref -> bool
- username String
- Username of the iWeb user to retrieve
- password String
- Password of the iWeb user to retrieve
- user IWebUser
- The requested user, if successful; otherwise null
BooleanTrue if successful; otherwise false