adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityDescriptor Class
Properties Methods

In This Topic
    SecurityDescriptor Class Members
    In This Topic

    The following tables list the members exposed by SecurityDescriptor.

    Public Properties
     NameDescription
    Public Property Indicates whether this object supports security inheritance.  
    Public Property Gets a read-only collection of the permissions the object has inherited from its ancestors.  
    Public Property Indicates whether this object inherits permissions from its security owner.  
    Public PropertyGets a list of all AccessControlEntries defined for this object.  
    Top
    Public Methods
     NameDescription
    Public Method Adds the specified permissions to the existing permissions for the specified entity.  
    Public Method Copies all inherited permissions into the object's permission set, making them explicit.  
    Public Method Gets an AccessControlEntry for the specified entity and inheritance options.  
    Public MethodOverloaded. Removes permissions  
    Public Method Replaces the existing permissions for an entity with the specified permissions.  
    Top
    See Also