C# Class WhiteCore.Modules.Ban.LoginBanCheck

Inheritance: ILoginModule
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev

Méthodes publiques

Méthode Description
Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : WhiteCore.Framework.Services.LoginResponse

Method Details

Initialize() public méthode

public Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
service ILoginService
source IConfigSource
registry IRegistryCore
Résultat void

Login() public méthode

public Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : WhiteCore.Framework.Services.LoginResponse
request System.Collections.Hashtable
account WhiteCore.Framework.Services.UserAccount
agentInfo WhiteCore.Framework.Services.ClassHelpers.Profile.IAgentInfo
authType string
password string
data object
Résultat WhiteCore.Framework.Services.LoginResponse