API Reference
Class
LdapEndpointResult
Per-network-endpoint (IP) LDAP test results and basic DNS identity checks.
Inheritance
- Object
- LdapEndpointResult
Constructors
public LdapEndpointResult(String Address, String ReverseHostName, Nullable<Boolean> ReverseMatchesServer, String RootDseHostName, Nullable<Boolean> RootDseMatchesServer, IReadOnlyList<LdapPortResult> PortResults) #Per-network-endpoint (IP) LDAP test results and basic DNS identity checks.
Parameters
- Address System.String
- ReverseHostName System.String
- ReverseMatchesServer System.Nullable{System.Boolean}
- RootDseHostName System.String
- RootDseMatchesServer System.Nullable{System.Boolean}
- PortResults System.Collections.Generic.IReadOnlyList{ADPlayground.Ldap.LdapPortResult}
Methods
public LdapEndpointResult <Clone>$() #Returns:
LdapEndpointResultpublic Void Deconstruct(out String Address, out String ReverseHostName, out Nullable<Boolean> ReverseMatchesServer, out String RootDseHostName, out Nullable<Boolean> RootDseMatchesServer, out IReadOnlyList<LdapPortResult> PortResults) #Returns:
VoidParameters
- Address String
- ReverseHostName String
- ReverseMatchesServer Nullable<Boolean>
- RootDseHostName String
- RootDseMatchesServer Nullable<Boolean>
- PortResults IReadOnlyList<LdapPortResult>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Boolean Healthy { get; } #All tested ports on this endpoint are reachable.
public IReadOnlyList<String> CertificateThumbprints { get; } #Thumbprints of SSL certificates observed on this endpoint (LDAPS/GC LDAPS).
public String Address { get; set; } #public String ReverseHostName { get; set; } #public Nullable<Boolean> ReverseMatchesServer { get; set; } #public String RootDseHostName { get; set; } #public Nullable<Boolean> RootDseMatchesServer { get; set; } #public IReadOnlyList<LdapPortResult> PortResults { get; set; } #