Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Server
Game
Network
Authentication
DatabaseAuthenticationProvider
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
Mostrar archivo
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