C# Class JayLabs.Owin.OAuthAuthorization.ClaimAuthorizeAttribute

Inheritance: System.Web.Http.AuthorizeAttribute
Afficher le fichier Open project: jayway/JayLabs.Owin.OAuthAuthorization

Méthodes publiques

Méthode Description
ClaimAuthorizeAttribute ( string requiredClaimType ) : System

Méthodes protégées

Méthode Description
IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool

Method Details

ClaimAuthorizeAttribute() public méthode

public ClaimAuthorizeAttribute ( string requiredClaimType ) : System
requiredClaimType string
Résultat System

IsAuthorized() protected méthode

protected IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool
actionContext System.Web.Http.Controllers.HttpActionContext
Résultat bool