Visual Guard Class Library Documentation

VGMemberShipProvider.ValidateUser Method 

Verifies that the specified user name and password exist in the repository and loads the Visual Guard permissions.

public override bool ValidateUser(
   String username,
   String password
);

Parameters

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

Return Value

true if the specified username and password are valid; otherwise, false. If the user specified does not exist in the Visual Guard repository, the method returns false.

See Also

VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace