API Reference
Class
AppLockerCollectionInfo
AppLocker policy state for a single rule collection.
Inheritance
- Object
- AppLockerCollectionInfo
Constructors
public AppLockerCollectionInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Collection { get; set; } #Collection key name (Exe, Dll, Script, Appx, Msi).
public Nullable<Boolean> PolicyPresent { get; set; } #True when policy evidence is present for this collection.
public Int32 RuleCount { get; set; } #Best-effort count of rule subkeys in this collection.
public Nullable<Int32> EnforcementModeRaw { get; set; } #Raw EnforcementMode registry value.
public AppLockerEnforcementMode EnforcementMode { get; set; } #Mapped AppLocker enforcement mode.