Certificate Server API

From: Dave Morgereth (dmorgereth@costargroup.com)
Date: 10/29/02


From: "Dave Morgereth" <dmorgereth@costargroup.com>
Date: Tue, 29 Oct 2002 14:19:35 -0500


We'd like to use IIS certificate server as part of our product
licensing/authentication scheme. Our web application uses basic security
and the supplied userid/password combination is authenticated against our
security DB (which is in SQL server). We'd like to use certificates to
prevent customers from sharing their userid. This means that the
certificate will also be stored in our security DB. It also means that we
need to issue and revoke certificates programmatically. Can anyone point me
to documentation, samples, tutorials, etc for issuing, revoking and deleting
certificates programmatically? One more thing, we'd like to do this via
the .NET framework API, but if that's not available, we'll settle for
wrapping the Win32 calls.

Thanks
Dave



Relevant Pages