C# 클래스 Calyptus.Mvc.AuthenticationCookieAttribute

상속: CookieAttribute
파일 보기 프로젝트 열기: sebmarkbage/calyptus.mvc

공개 메소드들

메소드 설명
AuthenticationCookieAttribute ( ) : System
AuthenticationCookieAttribute ( string name ) : System

보호된 메소드들

메소드 설명
SerializeBinding ( object value ) : string
TryBinding ( string value, object &obj ) : bool

메소드 상세

AuthenticationCookieAttribute() 공개 메소드

public AuthenticationCookieAttribute ( ) : System
리턴 System

AuthenticationCookieAttribute() 공개 메소드

public AuthenticationCookieAttribute ( string name ) : System
name string
리턴 System

SerializeBinding() 보호된 메소드

protected SerializeBinding ( object value ) : string
value object
리턴 string

TryBinding() 보호된 메소드

protected TryBinding ( string value, object &obj ) : bool
value string
obj object
리턴 bool