C# Class Server.Game.Network.Authentication.DatabaseAuthenticationProvider

The database authentication provider is a concrete implementation of an IAuthenticationProvider which provides a means to login via a locally hosted database.
Inheritance: IAuthenticationProvider
Datei anzeigen Open project: GrindFest/GrindFest

Public Methods

Method Description
Authenticate ( string username, string password, UserAccount &account ) : bool

Method Details

Authenticate() public method

public Authenticate ( string username, string password, UserAccount &account ) : bool
username string
password string
account Server.Game.Database.Models.UserAccount
return bool