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

Inheritance: AuthenticationFilterAttribute
Afficher le fichier Open project: jsnmgpnty/Blogness2.0 Class Usage Examples

Private Properties

Свойство Type Description
Authenticate bool

Méthodes publiques

Méthode Description
OnAuthentication ( System.Web.Http.Filters.HttpAuthenticationContext context ) : void

Private Methods

Méthode Description
Authenticate ( System.Web.Http.Filters.HttpAuthenticationContext context ) : bool

Method Details

OnAuthentication() public méthode

public OnAuthentication ( System.Web.Http.Filters.HttpAuthenticationContext context ) : void
context System.Web.Http.Filters.HttpAuthenticationContext
Résultat void