C# Class Rainy.Tests.DummyAdminAuthenticator

Inheritance: IAdminAuthenticator
Afficher le fichier Open project: Dynalon/Rainy

Méthodes publiques

Méthode Description
DummyAdminAuthenticator ( ) : System
DummyAdminAuthenticator ( string pass ) : System
VerifyAdminPassword ( string password ) : bool

Method Details

DummyAdminAuthenticator() public méthode

public DummyAdminAuthenticator ( ) : System
Résultat System

DummyAdminAuthenticator() public méthode

public DummyAdminAuthenticator ( string pass ) : System
pass string
Résultat System

VerifyAdminPassword() public méthode

public VerifyAdminPassword ( string password ) : bool
password string
Résultat bool