API Reference
Class
GppPasswordDetail
Represents a discovered Group Policy Preference password reference without exposing the encrypted secret.
Inheritance
- Object
- GppPasswordDetail
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 GpoAnalysisGppPasswordRow.Detail
- Property GppPasswordSnapshot.Entries
Constructors
public GppPasswordDetail() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).