certificates and ASP.NET

From: S R Tripathy (shakti_at_acm.org)
Date: 11/22/04


Date: Mon, 22 Nov 2004 12:53:11 -0000

What is the best way to use CAPICOM or other mechanism through ASP.NET to
access the list of certificates from the browser client machine?
Normally the code-behind will access the certificates on the server but that
is not what is needed here. In ASP.NET how should one "seamlessly" allow a
user to choose a certificate from his/her machine to sign a piece of data
within a browser interface?

TIA
Shakti



Relevant Pages

  • certificates and ASP.NET
    ... What is the best way to use CAPICOM or other mechanism through ASP.NET to ... access the list of certificates from the browser client machine? ... Normally the code-behind will access the certificates on the server but that ...
    (microsoft.public.dotnet.security)
  • Re: certificates and ASP.NET
    ... "S R Tripathy" wrote in message ... > What is the best way to use CAPICOM or other mechanism through ASP.NET to ... > access the list of certificates from the browser client machine? ...
    (microsoft.public.platformsdk.security)
  • Re: certificates and ASP.NET
    ... "S R Tripathy" wrote in message ... > What is the best way to use CAPICOM or other mechanism through ASP.NET to ... > access the list of certificates from the browser client machine? ...
    (microsoft.public.dotnet.security)
  • Re: Getting X509 Certificates from PKCS#7
    ... native CryptoApi is very hard from VB6). ... Under CAPICOM, you can merely iterate through the Certificates collection ... Tested sending X509 Certificates to the Authentication server over ...
    (microsoft.public.vb.winapi)
  • Re: parsing pkcs#7 string
    ... In CAPICOM you can use: ... certificates by executing: ... CryptMsgOpenToDecode() ... to get all the certificates. ...
    (microsoft.public.dotnet.security)