TestimoX

API Reference

Class

View (WsusTlsProbeEvaluator)

Namespace ADPlayground.Gpo.WsusTlsProbeEvaluator
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

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 requiredposition: 0
DNS name of the domain.
endpoints System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.WsusTlsProbeEvaluator.EndpointResult} requiredposition: 1
All probe results.
endpointsAcceptingLegacy System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.WsusTlsProbeEvaluator.EndpointResult} requiredposition: 2
Results filtered to endpoints accepting TLS 1.0/1.1.
public View() #

Parameterless constructor for serializers.

Methods

public View <Clone>$() #
Returns: View
public virtual Boolean Equals(View other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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).