C# Class Aspectacular.DemandClaimsAttribute

Inheritance: AuthorizationDemandAttribute
Datei anzeigen Open project: vgribok/Aspectacular

Protected Properties

Property Type Description
claimsIdentityType System.Type

Public Methods

Method Description
DemandClaimsAttribute ( Type claimsIdentityType ) : System.Security.Claims
DemandClaimsAttribute ( Type claimsIdentityType, bool trueDemandAny_falseDemandAll ) : System.Security.Claims

Protected Methods

Method Description
GetAuthorizedClaims ( ) : IEnumerable
IsAuthorizedInternal ( ) : bool

Method Details

DemandClaimsAttribute() public method

public DemandClaimsAttribute ( Type claimsIdentityType ) : System.Security.Claims
claimsIdentityType System.Type
return System.Security.Claims

DemandClaimsAttribute() public method

public DemandClaimsAttribute ( Type claimsIdentityType, bool trueDemandAny_falseDemandAll ) : System.Security.Claims
claimsIdentityType System.Type
trueDemandAny_falseDemandAll bool
return System.Security.Claims

GetAuthorizedClaims() protected method

protected GetAuthorizedClaims ( ) : IEnumerable
return IEnumerable

IsAuthorizedInternal() protected method

protected IsAuthorizedInternal ( ) : bool
return bool

Property Details

claimsIdentityType protected_oe property

protected Type,System claimsIdentityType
return System.Type