C# Class Cats.Helpers.PSNPAuthorize

Inheritance: System.Web.Mvc.AuthorizeAttribute
Show file Open project: edgecomputing/cats

Public Properties

Property Type Description
operation PsnpConstants.Operation

Public Methods

Method Description
PSNPAuthorize ( ) : System

Protected Methods

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

Method Details

AuthorizeCore() protected method

protected AuthorizeCore ( System.Web.HttpContextBase httpContext ) : bool
httpContext System.Web.HttpContextBase
return bool

PSNPAuthorize() public method

public PSNPAuthorize ( ) : System
return System

Property Details

operation public property

public PsnpConstants.Operation operation
return PsnpConstants.Operation