C# 클래스 Aspectacular.AuthorizationDemandAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: vgribok/Aspectacular 1 사용 예제들

공개 메소드들

메소드 설명
IsAuthorized ( ) : bool

보호된 메소드들

메소드 설명
AuthorizationDemandAttribute ( bool trueDemandAny_falseDemandAll, string demandedClaims ) : System.Security.Claims
GetAuthorizedClaims ( ) : IEnumerable
IsAuthorizedInternal ( ) : bool

메소드 상세

AuthorizationDemandAttribute() 보호된 메소드

protected AuthorizationDemandAttribute ( bool trueDemandAny_falseDemandAll, string demandedClaims ) : System.Security.Claims
trueDemandAny_falseDemandAll bool
demandedClaims string
리턴 System.Security.Claims

GetAuthorizedClaims() 보호된 추상적인 메소드

protected abstract GetAuthorizedClaims ( ) : IEnumerable
리턴 IEnumerable

IsAuthorized() 공개 메소드

public IsAuthorized ( ) : bool
리턴 bool

IsAuthorizedInternal() 보호된 메소드

protected IsAuthorizedInternal ( ) : bool
리턴 bool