C# Class Blog.Common.Web.Attributes.BlogApiAuthorizationAttribute

Inheritance: AuthenticationFilterAttribute
Show file Open project: jsnmgpnty/Blogness2.0 Class Usage Examples

Private Properties

Property Type Description
Authenticate bool

Public Methods

Method Description
OnAuthentication ( System.Web.Http.Filters.HttpAuthenticationContext context ) : void

Private Methods

Method Description
Authenticate ( System.Web.Http.Filters.HttpAuthenticationContext context ) : bool

Method Details

OnAuthentication() public method

public OnAuthentication ( System.Web.Http.Filters.HttpAuthenticationContext context ) : void
context System.Web.Http.Filters.HttpAuthenticationContext
return void