API Reference
Class
View (PkiTemplatesEvaluator)
Forest view containing template posture and takeover rows.
Inheritance
- Object
- View
Constructors
public View(String ForestName, IReadOnlyList<TemplateRow> Items, IReadOnlyList<TakeoverRow> Takeover) #Forest view containing template posture and takeover rows.
Parameters
- ForestName System.String
- Forest DNS name.
- Items System.Collections.Generic.IReadOnlyList{ADPlayground.Pki.PkiTemplatesEvaluator.TemplateRow}
- Per-template rows.
- Takeover System.Collections.Generic.IReadOnlyList{ADPlayground.Pki.PkiTemplatesEvaluator.TakeoverRow}
- Flattened takeover findings.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String ForestName, out IReadOnlyList<TemplateRow> Items, out IReadOnlyList<TakeoverRow> Takeover) #Returns:
VoidParameters
- ForestName String
- Items IReadOnlyList<TemplateRow>
- Takeover IReadOnlyList<TakeoverRow>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String