NetForumAuthenticationManagerAuthenticateBackendUser Method
Attempts to authenticate a NetFORUM backend (iWeb) user by their username and password
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool AuthenticateBackendUser(
string username,
string password,
out BackendUser user
)
Public Function AuthenticateBackendUser (
username As String,
password As String,
<OutAttribute> ByRef user As BackendUser
) As Boolean
public:
virtual bool AuthenticateBackendUser(
String^ username,
String^ password,
[OutAttribute] BackendUser^% user
) sealed
abstract AuthenticateBackendUser :
username : string *
password : string *
user : BackendUser byref -> bool
override AuthenticateBackendUser :
username : string *
password : string *
user : BackendUser byref -> bool
- username String
- Username of the iWeb user
- password String
- Password of the iWeb user
- user BackendUser
- The authenticated user if successful; otherwise null
Booleantrue if successful; otherwise
false