API Reference
Class
LdapPolicyWriter
Writes LDAP client/server policy (signing and channel binding).
Inheritance
- Object
- LdapPolicyWriter
Methods
public static Boolean SetClient(String computerName, LdapClientPolicyState desired) #Returns:
BooleanApplies LDAP client policy values on a computer.
Parameters
- computerName System.String
- desired ComputerX.SecurityPolicy.LdapClientPolicyState
public static Boolean SetServer(String computerName, LdapServerPolicyState desired) #Returns:
BooleanApplies LDAP server policy values on a DC host.
Parameters
- computerName System.String
- desired ComputerX.SecurityPolicy.LdapServerPolicyState
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object