TestimoX

API Reference

Class

LdapSecurityService

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers static

Helpers that query LDAP signing and channel binding posture for individual domain controllers.

Inheritance

  • Object
  • LdapSecurityService

Methods

public static LdapChannelBindingView GetChannelBindingViewForController(String domainName, String dcName) #
Returns: LdapChannelBindingView

Returns a typed LDAP channel binding posture row for the specified domain controller.

Parameters

domainName System.String requiredposition: 0
DNS domain name.
dcName System.String requiredposition: 1
Domain controller host name.

Returns

Channel binding view with configured mode and convenience IsRequired flag.

public static LdapSigningView GetSigningViewForController(String domainName, String dcName) #
Returns: LdapSigningView

Returns a typed LDAP signing posture row for the specified domain controller.

Parameters

domainName System.String requiredposition: 0
DNS domain name.
dcName System.String requiredposition: 1
Domain controller host name.

Returns

Signing view with Required and InsecureBinds flags.