API Reference
Class
RegistryAuditResult
Typed result for registry audit policy reads with error details.
Inheritance
- Object
- RegistryAuditResult
Constructors
public RegistryAuditResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Host { get; set; } #Target host (empty for local).
public Boolean Error { get; set; } #True when the read failed.
public String ErrorMessage { get; set; } #Error detail when Error is true.
public Byte[] Data { get; set; } #Raw PolAdtEv bytes when read succeeds.
public Int32 Win32ErrorCode { get; set; } #Win32 error code when available (0 = success or not applicable).
public String DiagnosticInfo { get; set; } #Detailed diagnostic information about the failure.
public String AttemptedMethod { get; set; } #The method that was attempted (Win32, .NET, ACL adjust, etc.).
public Boolean AclAdjustAttempted { get; set; } #Whether ACL adjustment was attempted.
public String AclAdjustError { get; set; } #Error from ACL adjustment if it failed.