TestimoX

API Reference

Class

RegistryTemplateEntry

Namespace ADPlayground.Gpo.Policy.GpoSecurityTemplateService
Assembly ADPlayground
Modifiers sealed

A single registry template entry parsed from [Registry Values] in GptTmpl.inf.

Inheritance

  • Object
  • RegistryTemplateEntry

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

public Guid GpoId { get; set; } #

Source GPO identifier.

public String KeyPath { get; set; } #

Registry key path (e.g., MACHINE\System\CurrentControlSet\...\Parameters).

public String ValueName { get; set; } #

Registry value name (e.g., SrvsvcSessionInfo).

public Nullable<Int32> RegType { get; set; } #

Security template type code (1=SZ, 4=DWORD, etc.).

public Nullable<UInt32> DWordValue { get; set; } #

Parsed DWORD value when applicable.

public String RawValue { get; set; } #

Raw string value when DWORD not applicable.