API Reference
Class
SecurityOptionEntry
A registry security option parsed from GptTmpl.inf [Registry Values].
Inheritance
- Object
- SecurityOptionEntry
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
- Property GpoDetails.SecurityOptions
- Property ResolvedSecurityOption.Raw
- Method SecurityOptionsReader.Read
Accepted by parameters
Constructors
public SecurityOptionEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).