C# Class Aspectacular.DemandClaimsAttribute

Inheritance: AuthorizationDemandAttribute
Afficher le fichier Open project: vgribok/Aspectacular

Protected Properties

Свойство Type Description
claimsIdentityType System.Type

Méthodes publiques

Méthode Description
DemandClaimsAttribute ( Type claimsIdentityType ) : System.Security.Claims
DemandClaimsAttribute ( Type claimsIdentityType, bool trueDemandAny_falseDemandAll ) : System.Security.Claims

Méthodes protégées

Méthode Description
GetAuthorizedClaims ( ) : IEnumerable
IsAuthorizedInternal ( ) : bool

Method Details

DemandClaimsAttribute() public méthode

public DemandClaimsAttribute ( Type claimsIdentityType ) : System.Security.Claims
claimsIdentityType System.Type
Résultat System.Security.Claims

DemandClaimsAttribute() public méthode

public DemandClaimsAttribute ( Type claimsIdentityType, bool trueDemandAny_falseDemandAll ) : System.Security.Claims
claimsIdentityType System.Type
trueDemandAny_falseDemandAll bool
Résultat System.Security.Claims

GetAuthorizedClaims() protected méthode

protected GetAuthorizedClaims ( ) : IEnumerable
Résultat IEnumerable

IsAuthorizedInternal() protected méthode

protected IsAuthorizedInternal ( ) : bool
Résultat bool

Property Details

claimsIdentityType protected_oe property

protected Type,System claimsIdentityType
Résultat System.Type