Ask a Question related to ASP.NET Security, Design and Development.
-
M #1
Save/retrieve certificate in Active Directory
I want to create a user certificate with W2K3's Certificate Service and
programatically store it in Active Direcory as the value of the
userCertificate attribute. Is this the best place to put the certificate?
What format (der encoded bibary, base-64 encoded, pkcs #7) should the
certificate have? Or does this matter?
What .NET (C#) code will store (and, later, retrieve) this certificate in
Active Directory.
M Guest
-
problem accesing Active Directory from an ASP.NET App when user has been authenticated via AD certificate mapping
hello, I am developing an ASP.NET web application which interacts withAD. Client/User authentication must be done via AD certificatemapping, so I... -
Retrieve Client Certificate using COM Objects
Anybody knows how to retrieve Client Certificate using COM objects instead of: var=Request.ClientCertificate("certificate"); Thanks -
Active Directory Search fails ("The directory service is unavailab
Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code... -
Retrieve e-mail address from Active Directory
Can someone give me C# code that will connect me to Active Directory, let me give Active Directory a user's name and retrieve his/her e-mail address.... -
Active Directory, ASP, & IIS
What do you mean? How are you running the ASP application not in IIS? Ray at home "Lynn" <lynn.shoemake@cts.cendant.com> wrote in message... -
Joe Kaplan \(MVP - ADSI\) #2
Re: Save/retrieve certificate in Active Directory
Answered in the other newsgroup. Please cross-post instead of multi-post!
Joe K.
"M" <M@discussions.microsoft.com> wrote in message
news:E69CD069-25E0-4DF5-A051-A6ED3DD71AC7@microsoft.com...>I want to create a user certificate with W2K3's Certificate Service and
> programatically store it in Active Direcory as the value of the
> userCertificate attribute. Is this the best place to put the certificate?
>
> What format (der encoded bibary, base-64 encoded, pkcs #7) should the
> certificate have? Or does this matter?
>
> What .NET (C#) code will store (and, later, retrieve) this certificate in
> Active Directory.
Joe Kaplan \(MVP - ADSI\) Guest



Reply With Quote

