API Reference
Class
View (WsusTlsProbeEvaluator)
Aggregated results for all WSUS endpoints discovered for a domain.
Inheritance
- Object
- View
Constructors
View 2 overloads
public View(String domainName, IReadOnlyList<EndpointResult> endpoints, IReadOnlyList<EndpointResult> endpointsAcceptingLegacy) #Creates an aggregated view.
Parameters
- domainName System.String
- DNS name of the domain.
- endpoints System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.WsusTlsProbeEvaluator.EndpointResult}
- All probe results.
- endpointsAcceptingLegacy System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.WsusTlsProbeEvaluator.EndpointResult}
- Results filtered to endpoints accepting TLS 1.0/1.1.
public View() #Parameterless constructor for serializers.
Methods
Inherited Methods
Properties
public String DomainName { get; set; } #DNS name of the Active Directory domain evaluated.
public IReadOnlyList<EndpointResult> Endpoints { get; set; } #All probed endpoints with their accepted protocol versions.
public IReadOnlyList<EndpointResult> EndpointsAcceptingLegacy { get; set; } #Subset of endpoints that still accept legacy TLS (1.0 or 1.1).