API Reference
Class
BuiltInAdministratorOptions
Options controlling how the built-in domain Administrator account is evaluated.
Inheritance
- Object
- BuiltInAdministratorOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public BuiltInAdministratorOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 PasswordMaxAgeDays { get; set; } #Maximum allowed password age in days before the account is considered stale. Defaults to 180 days.
public Boolean ResolveTrueLastLogon { get; set; } #When true, the service resolves the authoritative lastLogon value across domain controllers. This is slower but provides accurate inactivity calculations.
public Int32 TrueLastLogonDegreeOfParallelism { get; set; } #Degree of parallelism used when resolving true last logon values. Ignored unless ResolveTrueLastLogon is enabled.