Class GroupPolicyApplicationControlPoliciesExtension
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy application control policies (AppLocker) extension.
public class GroupPolicyApplicationControlPoliciesExtension : GroupPolicyExtension, IComparable<GroupPolicyExtension>
- Inheritance
-
GroupPolicyApplicationControlPoliciesExtension
- Implements
- Inherited Members
Constructors
GroupPolicyApplicationControlPoliciesExtension()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPoliciesExtension class.
public GroupPolicyApplicationControlPoliciesExtension()
Properties
DllRules
Gets or sets the DLL rules.
public GroupPolicyApplicationControlPolicyRules DllRules { get; set; }
Property Value
ExecutableRules
Gets or sets the executable rules.
public GroupPolicyApplicationControlPolicyRules ExecutableRules { get; set; }
Property Value
PackagedAppRules
Gets or sets the packaged app rules.
public GroupPolicyApplicationControlPolicyRules PackagedAppRules { get; set; }
Property Value
ScriptRules
Gets or sets the script rules.
public GroupPolicyApplicationControlPolicyRules ScriptRules { get; set; }
Property Value
WindowsInstallerRules
Gets or sets the Windows installer rules.
public GroupPolicyApplicationControlPolicyRules WindowsInstallerRules { get; set; }
Property Value
Methods
FindRuleByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyRule with the specified identifier regardless of the collection type, or null if no CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyRule with that identifier is found.
public GroupPolicyApplicationControlPolicyRule FindRuleByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyRule to locate.
Returns
- GroupPolicyApplicationControlPolicyRule
The CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyRule with the specified identifier.
RuleExistsByIdentifier(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyRule with the specified identifier exists within any collection.
public bool RuleExistsByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyRule to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyRule with the specified identifier exists within any collection.