API Reference
Class
SecurityOptionEntry
A registry security option parsed from GptTmpl.inf [Registry Values].
Inheritance
- Object
- SecurityOptionEntry
Constructors
public SecurityOptionEntry() #Inherited Methods
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).