Try our conversational search powered by Generative AI!

Interface IContentSecurable

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

Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IContentSecurable : 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

GetContentSecurityDescriptor()

Gets the content security descriptor.

Declaration
IContentSecurityDescriptor GetContentSecurityDescriptor()
Returns
Type Description
IContentSecurityDescriptor

An implementation of IContentSecurityDescriptor.

Extension Methods