Re: Certificate Services Extension Handler

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


Date: Wed, 29 Sep 2004 05:18:05 -0700

There are some limited public examples in the platform SDK. Anything more
extensive would require an engagement with Microsoft Consulting Services or
Microsoft developer support. Essentially, you are on the right track in
that you need a custom policy module (we call it a shim) that can add
functionality to the base policy module. The approach you desire is
feasible, just not in the scope of something that can be discussed and
resolved in a newsgroup discussion.

-- 
David B. Cross [MS]
--
This posting is provided "AS IS" with no warranties, and confers no rights.
http://support.microsoft.com
"Jorge Marcos" <Jorge Marcos@discussions.microsoft.com> wrote in message 
news:F76B10BD-56B9-4F67-90BB-8810EC6BA365@microsoft.com...
> Hi all.
>
> How can I set custom data inside a Certificate before it is issued?
>
> I think the way is to copy an modify an existing certificate template, add 
> a
> custom extension with a new OID, and then ???  Write a custom extension
> handler?
>
> Does anybody knows how can I register a custom extension handler DLL 
> inside
> Windows 2003 Certificate Services and make that Microsoft default Policy
> Module call this DLL before issuing.
>
> Where can I find an example?
>
> Thanks in advanced.