TestimoX

API Reference

Class

KrbtgtPasswordAgeInfo

Namespace ADPlayground.Kerberos
Assembly ADPlayground

Provides information about the age of the krbtgt password in a domain.

Inheritance

  • Object
  • KrbtgtPasswordAgeInfo

Constructors

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.