메소드 | 설명 | |
---|---|---|
ClaimsAuthorizeAttribute ( string type, string value = "" ) |
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 |