API Reference
Class
Validation
Validation/readback result for the in-memory Security Template.
Inheritance
- Object
- Validation
Constructors
public Validation() #Inherited Methods
Properties
public IReadOnlyDictionary<String, IReadOnlyList<String>> UserRights { get; set; } #Resolved user rights (right name → SIDs).
public IReadOnlyList<AuditPolicyEntry> BasicAudit { get; set; } #Basic audit policy rows.
public IReadOnlyDictionary<String, String> SystemAccess { get; set; } #System Access options (raw key/value).
public String Path { get; set; } #Associated on-disk path if opened from a file.