C# Class Calyptus.Mvc.AuthenticationCookieAttribute

Inheritance: CookieAttribute
Show file Open project: sebmarkbage/calyptus.mvc

Public Methods

Method Description
AuthenticationCookieAttribute ( ) : System
AuthenticationCookieAttribute ( string name ) : System

Protected Methods

Method Description
SerializeBinding ( object value ) : string
TryBinding ( string value, object &obj ) : bool

Method Details

AuthenticationCookieAttribute() public method

public AuthenticationCookieAttribute ( ) : System
return System

AuthenticationCookieAttribute() public method

public AuthenticationCookieAttribute ( string name ) : System
name string
return System

SerializeBinding() protected method

protected SerializeBinding ( object value ) : string
value object
return string

TryBinding() protected method

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