C# 클래스 Core.Framework.Permissions.Authentication.FormsAuthenticationHelper

상속: IAuthenticationHelper
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
LoginUser ( ICorePrincipal account, bool remember ) : void

Authenticates the user.

LogoutUser ( ) : void

Logs out the current user.

메소드 상세

LoginUser() 공개 메소드

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.
리턴 void

LogoutUser() 공개 메소드

Logs out the current user.
public LogoutUser ( ) : void
리턴 void