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