C# 클래스 Aspectacular.DemandClaimsAttribute

상속: AuthorizationDemandAttribute
파일 보기 프로젝트 열기: vgribok/Aspectacular

보호된 프로퍼티들

프로퍼티 타입 설명
claimsIdentityType System.Type

공개 메소드들

메소드 설명
DemandClaimsAttribute ( Type claimsIdentityType ) : System.Security.Claims
DemandClaimsAttribute ( Type claimsIdentityType, bool trueDemandAny_falseDemandAll ) : System.Security.Claims

보호된 메소드들

메소드 설명
GetAuthorizedClaims ( ) : IEnumerable
IsAuthorizedInternal ( ) : bool

메소드 상세

DemandClaimsAttribute() 공개 메소드

public DemandClaimsAttribute ( Type claimsIdentityType ) : System.Security.Claims
claimsIdentityType System.Type
리턴 System.Security.Claims

DemandClaimsAttribute() 공개 메소드

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

GetAuthorizedClaims() 보호된 메소드

protected GetAuthorizedClaims ( ) : IEnumerable
리턴 IEnumerable

IsAuthorizedInternal() 보호된 메소드

protected IsAuthorizedInternal ( ) : bool
리턴 bool

프로퍼티 상세

claimsIdentityType 보호되어 있는 프로퍼티

protected Type,System claimsIdentityType
리턴 System.Type