TestimoX

API Reference

Class

PasswordPolicyFlagInfo

Namespace ADPlayground.Domains
Assembly ADPlayground

Represents password policy-related flags for an account. Enhanced with password age analysis capabilities.

Inheritance

  • Object
  • PasswordPolicyFlagInfo

Constructors

public PasswordPolicyFlagInfo() #

Properties

public String SamAccountName { get; set; } #

Gets or sets the SAM account name.

public Boolean PasswordNeverExpires { get; set; } #

Gets or sets whether the password never expires.

public Boolean ReversibleEncryptionAllowed { get; set; } #

Gets or sets whether reversible encryption is allowed.

public Boolean DesOnly { get; set; } #

Gets or sets whether only DES encryption is allowed.

public Boolean PreAuthNotRequired { get; set; } #

Gets or sets whether Kerberos pre-authentication is not required.

public Nullable<Int32> PasswordAgeDays { get; set; } #

Gets or sets the age of the password in days.

public Boolean PasswordExpired { get; set; } #

Gets or sets whether the password is considered expired based on the threshold.