The ISecurable interface is implemented by any object that has access restrictions.
Namespace:
EPiServer.SecurityAssembly: EPiServer.BaseLibrary (in EPiServer.BaseLibrary.dll) Version: 6.0.530.0
Syntax
C# |
---|
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.