PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Verifies that the specified user name and password exist in the data source.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public override bool ValidateUser(
	string username,
	string password
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function ValidateUser ( _
	username As , _
	password As  _
) As 

Parameters

username
String
The name of the user to validate.
password
String
The password for the specified user.

Return Value

true if the specified username and password are valid; otherwise, false.

See Also

Advanced