TestimoX

API Reference

Class

GppPasswordDetail

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents a discovered Group Policy Preference password reference without exposing the encrypted secret.

Inheritance

  • Object
  • GppPasswordDetail

Constructors

public GppPasswordDetail() #

Properties

public String FilePath { get; set; } #

Full path to the preference XML file containing the password reference.

public String UserName { get; set; } #

Username associated with the preference item, when present.

public Boolean IsAes256 { get; set; } #

True when the cpassword was AES-256 encrypted (vs older AES-128).