Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Server
Game
Network
Authentication
DatabaseAuthenticationProvider
C# Класс 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.
Наследование:
IAuthenticationProvider
Показать файл
Открыть проект
Открытые методы
Метод
Описание
Authenticate
(
string
username
,
string
password
,
UserAccount
&
account
) :
bool
Описание методов
Authenticate()
публичный
Метод
public
Authenticate
(
string
username
,
string
password
,
UserAccount
&
account
) :
bool
username
string
password
string
account
Server.Game.Database.Models.UserAccount
Результат
bool