TestimoX

API Reference

Class

Subcat

Namespace ComputerX.Audit.AuditRegistryMap
Assembly ComputerX
Modifiers sealed

Audit subcategory descriptor.

Inheritance

  • Object
  • Subcat

Constructors

public Subcat(String name, Guid id, String category, Int32 index2016, Int32 index2012R2) #

Create a descriptor.

Parameters

name System.String requiredposition: 0
id System.Guid requiredposition: 1
category System.String requiredposition: 2
index2016 System.Int32 requiredposition: 3
index2012R2 System.Int32 requiredposition: 4

Properties

public String Name { get; } #

Display name of the subcategory (e.g., Logon).

public Guid Id { get; } #

Guid used in registry and audit.csv.

public String Category { get; } #

Audit category (e.g., Logon/Logoff).

public Int32 Index2016 { get; } #

Byte index for Windows Server 2016+ layouts.

public Int32 Index2012R2 { get; } #

Byte index for Windows Server 2012 R2 layouts.