API Reference
Class
KrbtgtPasswordAgeInfo
Provides information about the age of the krbtgt password in a domain.
Inheritance
- Object
- KrbtgtPasswordAgeInfo
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
Constructors
public KrbtgtPasswordAgeInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.