Interface IContentSecurable
The IContentSecurable interface is implemented by any content object that has access restrictions.
Inherited Members
Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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. |