Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface ISecurable

The ISecurable interface is implemented by any object that has access restrictions.

Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface ISecurable
Remarks

In order to decouple domain objects from the access check / security management responsibilities, the process of checking access rights are split into two parts: first you get the security descriptor from the secured object, then you check access rights on the security descriptor.

Methods

GetSecurityDescriptor()

Gets the security descriptor.

Declaration
ISecurityDescriptor GetSecurityDescriptor()
Returns
Type Description
ISecurityDescriptor

An implementation of ISecurityDescriptor.

Extension Methods