C# Class Rainy.DbAuthenticator

Authenticates a user against a database. User objects in the database always employ hashed passwords.
Inheritance: IAuthenticator
Afficher le fichier Open project: Dynalon/Rainy Class Usage Examples

Méthodes publiques

Méthode Description
DbAuthenticator ( IDbConnectionFactory factory ) : System
VerifyCredentials ( string username, string password ) : bool

Method Details

DbAuthenticator() public méthode

public DbAuthenticator ( IDbConnectionFactory factory ) : System
factory IDbConnectionFactory
Résultat System

VerifyCredentials() public méthode

public VerifyCredentials ( string username, string password ) : bool
username string
password string
Résultat bool