TestimoX

API Reference

Interface

ILdapChannelBindingChecker

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers abstract

Provides methods for validating LDAP channel binding configuration.

Methods

public abstract Nullable<LdapChannelBindingMode> GetMode(String dcName) #
Returns: Nullable<LdapChannelBindingMode>

Retrieves the configured LDAP channel binding mode for the specified domain controller.

Parameters

dcName System.String requiredposition: 0
Domain controller name.

Returns

The configured channel binding mode, or null if unavailable.

public abstract Void ValidateAll() #
Returns: Void

Validates channel binding settings on all discovered domain controllers.

public abstract Void ValidateDc(String dcName) #
Returns: Void

Validates the channel binding configuration on the specified domain controller and logs warnings for insecure settings.

Parameters

dcName System.String requiredposition: 0
Domain controller name.