API Reference
Class
View (FgppEvaluator)
Domain view grouping weak FGPP settings by category.
Inheritance
- Object
- View
Constructors
public View(String DomainName, IReadOnlyList<WeakItem> WeakMinLength, IReadOnlyList<WeakItem> ComplexityOff, IReadOnlyList<WeakItem> LowHistory, IReadOnlyList<WeakItem> ReversibleOn) #Domain view grouping weak FGPP settings by category.
Parameters
- DomainName System.String
- Domain name.
- WeakMinLength System.Collections.Generic.IReadOnlyList{ADPlayground.Domains.FgppEvaluator.WeakItem}
- Policies with minimum length below recommendation.
- ComplexityOff System.Collections.Generic.IReadOnlyList{ADPlayground.Domains.FgppEvaluator.WeakItem}
- Policies with complexity disabled.
- LowHistory System.Collections.Generic.IReadOnlyList{ADPlayground.Domains.FgppEvaluator.WeakItem}
- Policies with low password history length.
- ReversibleOn System.Collections.Generic.IReadOnlyList{ADPlayground.Domains.FgppEvaluator.WeakItem}
- Policies allowing reversible encryption.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out IReadOnlyList<WeakItem> WeakMinLength, out IReadOnlyList<WeakItem> ComplexityOff, out IReadOnlyList<WeakItem> LowHistory, out IReadOnlyList<WeakItem> ReversibleOn) #Returns:
VoidParameters
- DomainName String
- WeakMinLength IReadOnlyList<WeakItem>
- ComplexityOff IReadOnlyList<WeakItem>
- LowHistory IReadOnlyList<WeakItem>
- ReversibleOn IReadOnlyList<WeakItem>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public IReadOnlyList<WeakItem> WeakMinLength { get; set; } #Policies with minimum length below recommendation.
public IReadOnlyList<WeakItem> ComplexityOff { get; set; } #Policies with complexity disabled.
public IReadOnlyList<WeakItem> LowHistory { get; set; } #Policies with low password history length.
public IReadOnlyList<WeakItem> ReversibleOn { get; set; } #Policies allowing reversible encryption.