Method | Description | |
---|---|---|
AuthenticationCookieAttribute ( ) : System | ||
AuthenticationCookieAttribute ( string name ) : System |
Method | Description | |
---|---|---|
SerializeBinding ( object value ) : string | ||
TryBinding ( string value, object &obj ) : bool |
public AuthenticationCookieAttribute ( ) : System | ||
return | System |
public AuthenticationCookieAttribute ( string name ) : System | ||
name | string | |
return | System |
protected SerializeBinding ( object value ) : string | ||
value | object | |
return | string |
protected TryBinding ( string value, object &obj ) : bool | ||
value | string | |
obj | object | |
return | bool |