API Reference
Class
Validation
Validation/readback result for the in-memory Security Template.
Inheritance
- Object
- Validation
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public Validation() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.