API Reference
Class
UserCredentialEntry
Lightweight projection used by credential hygiene snapshots.
Inheritance
- Object
- UserCredentialEntry
Constructors
public UserCredentialEntry() #Inherited Methods
Properties
public String DomainName { get; set; } #Domain DNS name.
public String SamAccountName { get; set; } #Account sAMAccountName.
public Boolean Enabled { get; set; } #True when account is enabled.
public Boolean IsAdmin { get; set; } #True when the user is an administrator.
public Boolean PasswordNeverExpires { get; set; } #True when the password never expires.
public Boolean PasswordNotRequired { get; set; } #True when Password Not Required is set.
public Boolean ReversiblePasswordEncryption { get; set; } #True when reversible password encryption is enabled.
public Boolean SmartcardRequired { get; set; } #True when smart card logon is required.
public Boolean HasSidHistory { get; set; } #True when sIDHistory entries exist.
public Int32 PasswordAgeDays { get; set; } #Age in days since the password was last set.
public Int32 LastLogonDays { get; set; } #Age in days since last logon.
public Nullable<Int32> PrimaryGroupId { get; set; } #primaryGroupID value for the account.
public String DisplayLabel { get; } #Friendly display label.