SkipActivityAuthorizationAttribute
Members
Namespace: ASPSecurityKit.ServiceStack
Assembly: ASPSecurityKit.ServiceStack.dll
Summary
Attribute to indicate that the associated request doesn’t require activity-based authorization checks.
Remarks
Note: this attribute cannot be overridden. Therefore, apply it on specific actions only rather than on All actions unless you really mean to skip permission check for all.
Constructors
#ctor(applyTo)
Summary
Initializes a new instance of the SkipActivityAuthorizationAttribute class.
Parameters
Name | Type | Description |
---|---|---|
applyTo | ServiceStack.ApplyTo | Determines to which http method call it applies. |