API Reference
Class
KrbtgtPasswordAgeInfo
Provides information about the age of the krbtgt password in a domain.
Inheritance
- Object
- KrbtgtPasswordAgeInfo
Constructors
public KrbtgtPasswordAgeInfo() #Inherited Methods
Properties
public String Domain { get; set; } #Gets or sets the domain name.
public DateTime PasswordLastSet { get; set; } #Gets or sets when the password was last set.
public Int32 AgeInDays { get; set; } #Gets or sets the age of the password in days.
public Boolean ExceedsThreshold { get; set; } #Gets or sets a value indicating whether the age exceeds the threshold.