Toggle navigation
Hot Examples
KO
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
파일 보기
프로젝트 열기: GrindFest/GrindFest
공개 메소드들
메소드
설명
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