API Reference
Class
View (AdminPasswordAgeEvaluator)
Domain view with threshold and per-user rows exceeding password age.
Inheritance
- Object
- View
Constructors
public View(String DomainName, Int32 ThresholdDays, IReadOnlyList<Item> Items) #Domain view with threshold and per-user rows exceeding password age.
Parameters
- DomainName System.String
- Domain name.
- ThresholdDays System.Int32
- Password age threshold.
- Items System.Collections.Generic.IReadOnlyList{ADPlayground.Users.AdminPasswordAgeEvaluator.Item}
- Per-user rows.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out Int32 ThresholdDays, out IReadOnlyList<Item> Items) #Returns:
VoidParameters
- DomainName String
- ThresholdDays Int32
- Items IReadOnlyList<Item>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String