C# Класс Dovetail.SDK.Bootstrap.Authentication.ContactAuthenticationService

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

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

Метод Описание
ContactAuthenticationService ( IFormsAuthenticationService formsAuthentication, IContactAuthenticator authenticator ) : Dovetail.SDK.Bootstrap.Authentication.Principal
SignIn ( string username, string password, bool rememberMe ) : bool

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

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

public ContactAuthenticationService ( IFormsAuthenticationService formsAuthentication, IContactAuthenticator authenticator ) : Dovetail.SDK.Bootstrap.Authentication.Principal
formsAuthentication IFormsAuthenticationService
authenticator IContactAuthenticator
Результат Dovetail.SDK.Bootstrap.Authentication.Principal

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

public SignIn ( string username, string password, bool rememberMe ) : bool
username string
password string
rememberMe bool
Результат bool