C# Class Aspectacular.AuthorizationDemandAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: vgribok/Aspectacular Class Usage Examples

Méthodes publiques

Méthode Description
IsAuthorized ( ) : bool

Méthodes protégées

Méthode Description
AuthorizationDemandAttribute ( bool trueDemandAny_falseDemandAll, string demandedClaims ) : System.Security.Claims
GetAuthorizedClaims ( ) : IEnumerable
IsAuthorizedInternal ( ) : bool

Method Details

AuthorizationDemandAttribute() protected méthode

protected AuthorizationDemandAttribute ( bool trueDemandAny_falseDemandAll, string demandedClaims ) : System.Security.Claims
trueDemandAny_falseDemandAll bool
demandedClaims string
Résultat System.Security.Claims

GetAuthorizedClaims() protected abstract méthode

protected abstract GetAuthorizedClaims ( ) : IEnumerable
Résultat IEnumerable

IsAuthorized() public méthode

public IsAuthorized ( ) : bool
Résultat bool

IsAuthorizedInternal() protected méthode

protected IsAuthorizedInternal ( ) : bool
Résultat bool