C# Class EE.Common.Services.Authentication.MockAuthenticationProvider

Inheritance: IAuthenticationProvider
Afficher le fichier Open project: BitAlchemists/Elenears-Erben

Méthodes publiques

Méthode Description
Authenticate ( string username, string password ) : AuthenticationContext
Validate ( AuthenticationContext context ) : bool

Method Details

Authenticate() public méthode

public Authenticate ( string username, string password ) : AuthenticationContext
username string
password string
Résultat AuthenticationContext

Validate() public méthode

public Validate ( AuthenticationContext context ) : bool
context AuthenticationContext
Résultat bool