C# Класс Contrive.Auth.Web.WebAuthenticationService

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

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

Метод Описание
SignIn ( IUser user, bool rememberMe = false ) : bool

User is already authenticated. We are telling forms authentication who he is.

SignOut ( ) : void
WebAuthenticationService ( IFormsAuthService formsAuthService ) : System.Web.Security

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

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

User is already authenticated. We are telling forms authentication who he is.
public SignIn ( IUser user, bool rememberMe = false ) : bool
user IUser
rememberMe bool
Результат bool

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

public SignOut ( ) : void
Результат void

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

public WebAuthenticationService ( IFormsAuthService formsAuthService ) : System.Web.Security
formsAuthService IFormsAuthService
Результат System.Web.Security