API Reference
Class
SecurityOptionsResolver
Maps raw security option registry entries to friendly names and typed values.
Inheritance
- Object
- SecurityOptionsResolver
Methods
public static IEnumerable<ValueTuple<String, String>> GetKnownKeys() #Returns:
IEnumerable<ValueTuple<String, String>>Returns the list of known Security Options keys (HiveAndKey, ValueName) this resolver understands. Useful for RSOP to read current values directly from the registry.
public static IReadOnlyList<ResolvedSecurityOption> Resolve(IEnumerable<SecurityOptionEntry> items) #Returns:
IReadOnlyList<ResolvedSecurityOption>Resolves a set of security option entries into friendly, typed options.
Parameters
- items System.Collections.Generic.IEnumerable{ADPlayground.Gpo.SecurityOptionEntry}
- Raw entries parsed from GptTmpl.inf.
Returns
List of resolved options.