C# 클래스 ClaimsAuthorizeAttribute, code

상속: AuthorizeAttribute
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
ClaimsAuthorizeAttribute ( string type, string value = "" )

Authorise using a claim by type (and optional value)

메소드 상세

ClaimsAuthorizeAttribute() 공개 메소드

Authorise using a claim by type (and optional value)
public ClaimsAuthorizeAttribute ( string type, string value = "" )
type string The Claim Type - Usually [Controller]_[Action]
value string The Claim Value, usually one of Read | Edit | Create | Delete, or some other relevant value