C# Класс WhiteCore.Services.BannedUserLoginModule

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

Защищенные свойства (Protected)

Свойство Тип Описание
m_AuthenticationService IAuthenticationService
m_LoginService ILoginService
m_TOSLocation string
m_UseTOS bool

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

Метод Описание
Initialize ( ILoginService service, IConfigSource config, 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 config, IRegistryCore registry ) : void
service ILoginService
config 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

Описание свойств

m_AuthenticationService защищенное свойство

protected IAuthenticationService m_AuthenticationService
Результат IAuthenticationService

m_LoginService защищенное свойство

protected ILoginService m_LoginService
Результат ILoginService

m_TOSLocation защищенное свойство

protected string m_TOSLocation
Результат string

m_UseTOS защищенное свойство

protected bool m_UseTOS
Результат bool