C# 클래스 Server.Misc.AccountHandler

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 프로퍼티들

프로퍼티 타입 설명
ProtectPasswords PasswordProtection

공개 메소드들

메소드 설명
CanCreate ( IPAddress ip ) : bool
CheckAccount ( Server.Mobile mobCheck, Server.Mobile accCheck ) : bool
EventSink_AccountLogin ( AccountLoginEventArgs e ) : void
EventSink_GameLogin ( GameLoginEventArgs e ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
CreateAccount ( Server.Network.NetState state, string un, string pw ) : Account
EventSink_DeleteRequest ( DeleteRequestEventArgs e ) : void
IsForbiddenChar ( char c ) : bool
Password_OnCommand ( Server.CommandEventArgs e ) : void

메소드 상세

CanCreate() 공개 정적인 메소드

public static CanCreate ( IPAddress ip ) : bool
ip System.Net.IPAddress
리턴 bool

CheckAccount() 공개 정적인 메소드

public static CheckAccount ( Server.Mobile mobCheck, Server.Mobile accCheck ) : bool
mobCheck Server.Mobile
accCheck Server.Mobile
리턴 bool

EventSink_AccountLogin() 공개 정적인 메소드

public static EventSink_AccountLogin ( AccountLoginEventArgs e ) : void
e Server.AccountLoginEventArgs
리턴 void

EventSink_GameLogin() 공개 정적인 메소드

public static EventSink_GameLogin ( GameLoginEventArgs e ) : void
e Server.GameLoginEventArgs
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

프로퍼티 상세

ProtectPasswords 공개적으로 정적으로 프로퍼티

public static PasswordProtection ProtectPasswords
리턴 PasswordProtection