Class GroupPolicySecurityExtension
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy security extension.
public class GroupPolicySecurityExtension : GroupPolicyExtension, IComparable<GroupPolicyExtension>
- Inheritance
-
GroupPolicySecurityExtension
- Implements
- Inherited Members
Constructors
GroupPolicySecurityExtension()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicySecurityExtension class.
public GroupPolicySecurityExtension()
Properties
AccountPolicies
Gets or sets the configured account policies.
public GroupPolicyAccountPolicies AccountPolicies { get; set; }
Property Value
AuditPolicies
Gets or sets the configured audit policies.
public GroupPolicyAuditPolicies AuditPolicies { get; set; }
Property Value
CentralAccessPolicies
Gets or sets the assigned central access policies.
public SerializableStringCollection CentralAccessPolicies { get; set; }
Property Value
- SerializableStringCollection
EventLogSettings
Gets or sets the configured event log settings.
public GroupPolicyEventLogSettings EventLogSettings { get; set; }
Property Value
FileSystemObjects
Gets or sets the configured files.
public GroupPolicyFileSystemObjects FileSystemObjects { get; set; }
Property Value
IsBlocked
Gets or sets whether the extension is blocked.
public BooleanOption IsBlocked { get; set; }
Property Value
RegistryKeys
Gets or sets the configured registry keys.
public GroupPolicyRegistryKeys RegistryKeys { get; set; }
Property Value
RestrictedGroups
Gets or sets the configured restricted groups.
public GroupPolicyRestrictedGroups RestrictedGroups { get; set; }
Property Value
SecurityOptions
Gets or sets the configured security options.
public GroupPolicySecurityOptions SecurityOptions { get; set; }
Property Value
SystemServices
Gets or sets the configured system services.
public GroupPolicySystemServices SystemServices { get; set; }
Property Value
UserRightsAssignments
Gets or sets the configured user rights assignments.
public GroupPolicyUserRightsAssignments UserRightsAssignments { get; set; }