API Reference
Class
PasswordPolicyFlagInfo
Represents password policy-related flags for an account. Enhanced with password age analysis capabilities.
Inheritance
- Object
- PasswordPolicyFlagInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Constructors
public PasswordPolicyFlagInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.