TestimoX

API Reference

Class

SecurityOptionEntry

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

A registry security option parsed from GptTmpl.inf [Registry Values].

Inheritance

  • Object
  • SecurityOptionEntry

Constructors

Properties

public String HiveAndKey { get; set; } #

Hive and key path, e.g., MACHINE\System\CurrentControlSet\Control\Lsa.

public String ValueName { get; set; } #

Registry value name or (Default) for unnamed.

public String Type { get; set; } #

Registry type label (REG_DWORD, REG_SZ, ...).

public String RawData { get; set; } #

Raw data string from template (not decoded).