C# Класс Universe.Services.PasswordLoginModule

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

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

Свойство Тип Описание
m_AuthenticationService IAuthenticationService

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

Метод Описание
Initialize ( ILoginService service, IConfigSource config, IRegistryCore registry ) : void
Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : 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 ) : LoginResponse
request System.Collections.Hashtable
account Universe.Framework.Services.UserAccount
agentInfo Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo
authType string
password string
data object
Результат Universe.Framework.Services.LoginResponse

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

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

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