API Reference
Class
Endpoint
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
- Endpoint type label.
- url System.String
- Endpoint URL (preferably HTTPS).
- distinguishedName System.String
- Directory object DN backing the endpoint.
Methods
Inherited Methods
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.