C# Class BoService.Util.UserAuthentication

UserAuthentication
Inheritance: System.IdentityModel.Selectors.UserNamePasswordValidator
Mostrar archivo Open project: megadotnet/ironframework

Public Methods

Method Description
Validate ( string userName, string password ) : void

When overridden in a derived class, validates the specified username and password.

Method Details

Validate() public method

When overridden in a derived class, validates the specified username and password.
Unknown Username or Incorrect Password
public Validate ( string userName, string password ) : void
userName string The username to validate.
password string The password to validate.
return void