IUserPasswordValidator.Validate method
Validates the specified username and password.
public PasswordValidationResult Validate(ref string username, string password)
| parameter | description |
|---|---|
| username | The username to validate. The implementation may normalize the value in place. |
| password | The plain-text password to validate. |
Return Value
Valid when the credentials are valid; otherwise a value indicating the reason for failure.
See Also
- enum PasswordValidationResult
- interface IUserPasswordValidator