Closed v2kiran closed 4 years ago
You need to implement a custom LdapConnectionFactory and register it with the configuration method ConfigureCustomFactory.
See LdapConnectionFactory for an example of implementing your own connection factory. Call config.ConfigureCustomFactory(your instance) to configure it.
thanks
Hi is is possible to use a custom
System.DirectoryServices.Protocols.Ldapconnection
with ldapconfiguration ? if yes could you post an example of how we may use it.