C# 클래스 AppHarbor.Web.Security.CookieAuthenticator

상속: IAuthenticator
파일 보기 프로젝트 열기: purplebricks/AppHarbor.Web.Security 1 사용 예제들

공개 메소드들

메소드 설명
CookieAuthenticator ( ) : System
CookieAuthenticator ( ICookieAuthenticationConfiguration configuration, System.Web.HttpContextBase context ) : System
GetTagData ( ) : byte[]
SetCookie ( string username, bool persistent = false, string roles = null, byte tag = null, System.DateTime explicitExpiry = null ) : void
SignOut ( ) : void

비공개 메소드들

메소드 설명
SetExpireTimeTrackingCookie ( System.DateTime expireDateTime ) : void

메소드 상세

CookieAuthenticator() 공개 메소드

public CookieAuthenticator ( ) : System
리턴 System

CookieAuthenticator() 공개 메소드

public CookieAuthenticator ( ICookieAuthenticationConfiguration configuration, System.Web.HttpContextBase context ) : System
configuration ICookieAuthenticationConfiguration
context System.Web.HttpContextBase
리턴 System

GetTagData() 공개 메소드

public GetTagData ( ) : byte[]
리턴 byte[]

SetCookie() 공개 메소드

public SetCookie ( string username, bool persistent = false, string roles = null, byte tag = null, System.DateTime explicitExpiry = null ) : void
username string
persistent bool
roles string
tag byte
explicitExpiry System.DateTime
리턴 void

SignOut() 공개 메소드

public SignOut ( ) : void
리턴 void