C# Класс WhiteCore.Modules.Ban.LoginBanCheck

Наследование: ILoginModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Initialize() публичный Метод

public Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
service ILoginService
source IConfigSource
registry IRegistryCore
Результат void

Login() публичный Метод

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
Результат WhiteCore.Framework.Services.LoginResponse