Class ActiveDirectorySecurityDescriptor
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a security descriptor that is assigned to a Active Directory object such as a site or organizational unit.
public class ActiveDirectorySecurityDescriptor : BypassSection
- Inheritance
-
ActiveDirectorySecurityDescriptor
- Inherited Members
Constructors
ActiveDirectorySecurityDescriptor()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectorySecurityDescriptor class.
public ActiveDirectorySecurityDescriptor()
Properties
AccessRules
Gets or sets the Active Directory permissions assigned to this security descriptor.
public ActiveDirectoryAccessRules AccessRules { get; set; }
Property Value
AuditRules
Gets or sets the Active Directory audit rules assigned to this security descriptor.
public ActiveDirectoryAuditRules AuditRules { get; set; }
Property Value
Owner
Gets or sets the owner of the object.
public SerializableAccountReference Owner { get; set; }
Property Value
- SerializableAccountReference
Methods
CollapseRules()
Collapses duplicate or overlapping audit and access rules.
public void CollapseRules()
ToString()
Returns the Active Directory security descriptor as a human readable string.
public override string ToString()
Returns
- string
The Active Directory security descriptor as a human readable string.