Mapping X509Certificate to AD account using DirectoryServices
From: Marcin (Marcin_at_discussions.microsoft.com)
Date: 03/04/05
- Next message: Dmitriy Lapshin [C# / .NET MVP]: "WSE, WS-SecureConversation, X.509 and UsernameToken - putting all pieces together?"
- Previous message: Matevz Gacnik: "VS 2005 Dec CTP + WSE 2.0 SP3"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 4 Mar 2005 07:21:07 -0800
Hello
I want to map WSE X509Certificate object to Active Directory account using
classes from System.DirectoryServices in .NET Framework. I'm looking for
a code sample doing this with DirectorySearcher or some other classes.
To authenticate X509Certificate against AD I believe I need to override
AuthenticateToken method in X509SecurityTokenManager class. And I
believe the only way to achieve the goal is to access AD in
AuthenticateToken method and map X509Certificate to AD account in this
method using DirectoryServices.
I wasn't able to find an example on the net.
I would appreciate any help.
Regards,
Marcin Belczewski
- Next message: Dmitriy Lapshin [C# / .NET MVP]: "WSE, WS-SecureConversation, X.509 and UsernameToken - putting all pieces together?"
- Previous message: Matevz Gacnik: "VS 2005 Dec CTP + WSE 2.0 SP3"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|