TestimoX

API Reference

Class

View (EnrollmentHttpsRequiredEvaluator)

Namespace ADPlayground.Pki.EnrollmentHttpsRequiredEvaluator
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

Aggregated view of enrollment endpoints for a forest.

Inheritance

  • Object
  • View

Constructors

public View(String forestName, IReadOnlyList<Endpoint> endpoints, IReadOnlyList<Endpoint> insecure) #

Creates a new aggregated view.

Parameters

forestName System.String requiredposition: 0
Target forest DNS name.
endpoints System.Collections.Generic.IReadOnlyList{ADPlayground.Pki.EnrollmentHttpsRequiredEvaluator.Endpoint} requiredposition: 1
All discovered endpoints.
insecure System.Collections.Generic.IReadOnlyList{ADPlayground.Pki.EnrollmentHttpsRequiredEvaluator.Endpoint} requiredposition: 2
Subset of endpoints using HTTP.

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 ForestName { get; set; } #

DNS name of the forest that was evaluated.

public IReadOnlyList<Endpoint> Endpoints { get; set; } #

All discovered enrollment endpoints.

public IReadOnlyList<Endpoint> Insecure { get; set; } #

Endpoints using cleartext HTTP (non-HTTPS) transport.