API Reference
Class
KerberosPreAuthAccountInfo
Represents an account with Kerberos pre-authentication disabled including additional metadata.
Inheritance
- Object
- KerberosPreAuthAccountInfo
Remarks
See usage examples in the unit tests for typical scenarios.
Constructors
public KerberosPreAuthAccountInfo() #Inherited Methods
Properties
public String SamAccountName { get; set; } #Gets or sets the SAM account name.
public String DistinguishedName { get; set; } #Gets or sets the distinguished name.
public String UserPrincipalName { get; set; } #Gets or sets the user principal name.
public String DomainName { get; set; } #Gets or sets the domain name containing the account.
public Nullable<DateTime> LastLogonTimestamp { get; set; } #Gets or sets the lastLogonTimestamp value.
public Nullable<DateTime> PasswordLastSet { get; set; } #Gets or sets the pwdLastSet value.
public Boolean Enabled { get; set; } #Gets or sets a value indicating whether the account is enabled.
public Int32 LastLogonDays { get; } #Gets the number of days since the last logon, or -1 if never logged on.
public Int32 PasswordAgeDays { get; } #Gets the number of days since the password was last set, or -1 if unknown.