C# 클래스 PRTools.Web.WebAuthenticationService

상속: IWebAuthenticationService
파일 보기 프로젝트 열기: AcklenAvenue/PRTools

공개 메소드들

메소드 설명
CreateAuthCookie ( string username, string role, bool persist ) : System.Web.HttpCookie
Logout ( ) : void

메소드 상세

CreateAuthCookie() 공개 메소드

public CreateAuthCookie ( string username, string role, bool persist ) : System.Web.HttpCookie
username string
role string
persist bool
리턴 System.Web.HttpCookie

Logout() 공개 메소드

public Logout ( ) : void
리턴 void