Re: Certificate Renewal Request using C# (CEnroll)

From: David Cross [MS] (dcross_at_online.microsoft.com)
Date: 04/30/04


Date: Thu, 29 Apr 2004 17:00:37 -0700

why not use IEnroll and do p/invoke?

-- 
David B. Cross [MS]
--
This posting is provided "AS IS" with no warranties, and confers no rights.
http://support.microsoft.com
"Dan" <anonymous@discussions.microsoft.com> wrote in message
news:B247D745-D458-4059-B258-745BED3F2298@microsoft.com...
> Is it possible to renew a certificate using C# and CEnroll (xenroll.dll)?
The following article explains using IEnroll from C++ and calling
put_RenewalCertificate to set the renewal certificate for the request:
>
>
http://msdn.microsoft.com/security/default.aspx?pull=/library/en-us/dncapi/html/certenrollment.asp#certenroll_topic8
>
> I don't see that RenewalProperty is included in CEnroll, so I was
wondering if the was any other way.