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

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

공개 메소드들

메소드 설명
CookieProtector ( ICookieAuthenticationConfiguration configuration ) : System
Dispose ( ) : void
Protect ( byte data ) : string
Protect ( string data ) : string
Validate ( string cookie, byte &data ) : bool
Validate ( string cookie, string &data ) : bool

비공개 메소드들

메소드 설명
UnescapeCookie ( string cookie ) : string

메소드 상세

CookieProtector() 공개 메소드

public CookieProtector ( ICookieAuthenticationConfiguration configuration ) : System
configuration ICookieAuthenticationConfiguration
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Protect() 공개 메소드

public Protect ( byte data ) : string
data byte
리턴 string

Protect() 공개 메소드

public Protect ( string data ) : string
data string
리턴 string

Validate() 공개 메소드

public Validate ( string cookie, byte &data ) : bool
cookie string
data byte
리턴 bool

Validate() 공개 메소드

public Validate ( string cookie, string &data ) : bool
cookie string
data string
리턴 bool