C# Class Core.Framework.Permissions.Authentication.FormsAuthenticationHelper

Inheritance: IAuthenticationHelper
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
LoginUser ( ICorePrincipal account, bool remember ) : void

Authenticates the user.

LogoutUser ( ) : void

Logs out the current user.

Method Details

LoginUser() public méthode

Authenticates the user.
public LoginUser ( ICorePrincipal account, bool remember ) : void
account ICorePrincipal The account.
remember bool true to create a persistent cookie (one that is saved across browser sessions); otherwise, false.
Résultat void

LogoutUser() public méthode

Logs out the current user.
public LogoutUser ( ) : void
Résultat void