TestimoX

API Reference

Class

Endpoint

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

Describes a single enrollment endpoint discovered in the forest (e.g., CEP/CES/NDES).

Inheritance

  • Object
  • Endpoint

Constructors

public Endpoint(String endpointType, String url, String distinguishedName) #

Creates a new endpoint descriptor.

Parameters

endpointType System.String requiredposition: 0
Endpoint type label.
url System.String requiredposition: 1
Endpoint URL (preferably HTTPS).
distinguishedName System.String requiredposition: 2
Directory object DN backing the endpoint.

Methods

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

Parameters

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

Properties

public String EndpointType { get; set; } #

Logical type of the endpoint (for example: CEP, CES, or NDES).

public String Url { get; set; } #

Endpoint URL, if available. HTTPS is expected; HTTP indicates a security risk.

public String DistinguishedName { get; set; } #

Distinguished Name (DN) of the directory object that advertises the endpoint.