Skip to content

AuthorizeListAttribute class

namespace: Serenity.Services   assemblySerenity.Net.Web

Authorizes access to a service method by reading ReadPermissionAttribute. It also allows lookup mode access (as an OR permission) if the source type has ServiceLookupPermissionAttribute.

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
public class AuthorizeListAttribute : ServiceAuthorizeAttribute

Public Members

name description
AuthorizeListAttribute(…) Initializes a new instance of the AuthorizeListAttribute class.

See Also