Re: CAPI to CAPICOM

From: Michel Gallant (neutron_at_NOSPAMistar.ca)
Date: 04/01/04


Date: Thu, 1 Apr 2004 08:22:54 -0500

Yes; use CAPICOM.Certificate.CertContent property:

CertificateClass ocert = new CertificateClass();
ocert.CertContext = (int) pcertcntxt ;

See also discussion here:
http://www.jensign.com/JavaScience/dotnet/SSLCapicom

- Mitch Gallant
   MVP Security

"Sahil" <coder@topcoder.com> wrote in message news:u9bXEV8FEHA.1840@TK2MSFTNGP12.phx.gbl...
> Hello,
> i've got a CERT_CONTEXT can i somehow transform it to get the Certificate
> object of CAPICOM ?
> Thanks
>
>