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