API Reference
Class
GppPasswordDetail
Represents a discovered Group Policy Preference password reference without exposing the encrypted secret.
Inheritance
- Object
- GppPasswordDetail
Constructors
public GppPasswordDetail() #Inherited Methods
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).