API Reference
Class
LdapSecurityService
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:
LdapChannelBindingViewReturns a typed LDAP channel binding posture row for the specified domain controller.
Parameters
- domainName System.String
- DNS domain name.
- dcName System.String
- Domain controller host name.
Returns
Channel binding view with configured mode and convenience IsRequired flag.
public static LdapSigningView GetSigningViewForController(String domainName, String dcName) #Returns:
LdapSigningViewReturns a typed LDAP signing posture row for the specified domain controller.
Parameters
- domainName System.String
- DNS domain name.
- dcName System.String
- Domain controller host name.
Returns
Signing view with Required and InsecureBinds flags.