C# Class CtcApi.Web.Security.CasAuthorizeAttribute

Represents an attribute that is used to restrict access by callers to an action method.
This class saves the ReferralUrlForCas in the Session State.
Inheritance: System.Web.Mvc.AuthorizeAttribute
Exibir arquivo Open project: BellevueCollege/CtcApi Class Usage Examples

Protected Methods

Method Description
AuthorizeCore ( System.Web.HttpContextBase httpContext ) : bool

Determines whether access to the core framework is authorized.

This method has the side effect of saving the ReferralUrlForCas in the Session State.

Method Details

AuthorizeCore() protected method

Determines whether access to the core framework is authorized.
This method has the side effect of saving the ReferralUrlForCas in the Session State.
protected AuthorizeCore ( System.Web.HttpContextBase httpContext ) : bool
httpContext System.Web.HttpContextBase
return bool