Click or drag to resize
GnomonMembershipProviderValidateUser Method
Verifies that the specified user name and password exist in the data source.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool ValidateUser(
	string username,
	string password
)

Parameters

username
Type: SystemString
The name of the user to validate.
password
Type: SystemString
The password for the specified user.

Return Value

Type: Boolean
true if the specified username and password are valid; otherwise, false.
Exceptions
ExceptionCondition
ArgumentException username or password
See Also