IsAuthorizedPerResourceAttribute Class |
Namespace: CMS.WebApi
public sealed class IsAuthorizedPerResourceAttribute : AuthorizationFilterAttribute
The IsAuthorizedPerResourceAttribute type exposes the following members.
Name | Description | |
---|---|---|
IsAuthorizedPerResourceAttribute |
Creates permission attribute. Permission will be checked similarly to IsAuthorizedPerResource(String, String).
|
Name | Description | |
---|---|---|
OnAuthorization |
Restrict access for authorized user with given resource name and permission.
(Overrides AuthorizationFilterAttribute.OnAuthorization(HttpActionContext).) |