API Reference
Class
UserCredentialEntry
Lightweight projection used by credential hygiene snapshots.
Inheritance
- Object
- UserCredentialEntry
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 CredentialHygieneConfiguration.AdminPasswordsAging
- Property CredentialHygieneConfiguration.AesDisabledUsers
- Property CredentialHygieneConfiguration.PasswordNeverExpires
- Property CredentialHygieneConfiguration.PasswordNeverExpiresRecentlyChanged
- Property CredentialHygieneConfiguration.PasswordNeverExpiresStale
- Property CredentialHygieneConfiguration.PasswordNotRequired
- Property CredentialHygieneConfiguration.PreAuthDisabledUsers
- Property CredentialHygieneConfiguration.Rc4OnlyUsers
- Property CredentialHygieneConfiguration.SensitiveForDelegationUsers
- Property CredentialHygieneConfiguration.UserPasswordsVeryStale
- Property UserCredentialSnapshot.AdminPasswordsAging
- Property UserCredentialSnapshot.PasswordNeverExpires
- Property UserCredentialSnapshot.PasswordNeverExpiresRecentlyChanged
- Property UserCredentialSnapshot.PasswordNeverExpiresStale
- Property UserCredentialSnapshot.PasswordNotRequired
- Property UserCredentialSnapshot.ReversiblePasswords
- Property UserCredentialSnapshot.SidHistoryUsers
- Property UserCredentialSnapshot.UserPasswordsAging
- Property UserCredentialSnapshot.UserPasswordsVeryStale
Constructors
public UserCredentialEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.