C# LDAP Authentication with a certificate

JoeCDaMan

Senior member
Sep 17, 2001
211
0
0
I am writing an web app authentication script using LDAP to authenticate against a novel system. The problem that I am running into is the network administrator is requiring a security certificate be used on a secure port. I am not really sure how to proceed from here. Is there a class that I can use to handle a certificate?

Any help would be appreciated.

Thanks
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
I believe that SSL authentication is supported in System.DirectoryServices, but you may have trouble using those features against an LDAP provider that isn't Microsoft's Active Directory.

I did find these Novell LDAP libraries. Perhaps they will work for what you are trying to accomplish?