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