Signing documents with certificates



I'm trying to use digital certificates to sign documents. I can
retrieve/display/persist certificates, but I cannot determine if there
is a password associated with a certificate's private key, nor do I
know how to verify the password, if one exists.

Essentially, I am trying to do the same thing as signing a MS Word
document (Office XP or later.) I am using C#/Visual Studio 2005.

The Crypto API does not appear to be helpful. Does anyone know how to
do this?

.



Relevant Pages

  • Re: Digital signature with Javascript
    ... use private key provides the relying party with some assurance that the ... digital certificates were invented to address the scenario where the ... 90percent of their business based on established business relationship ...
    (sci.crypt)
  • Question about cryptography and public/private keys
    ... digital certificates. ... so the private key is kept secret. ... mathematically "inverse functions" of one another, ...
    (alt.computer.security)
  • Signing documents with certificates
    ... I'm trying to use digital certificates to sign documents. ... retrieve/display/persist certificates, but I cannot determine if there ... is a password associated with a certificate's private key, ... The Crypto API does not appear to be helpful. ...
    (microsoft.public.platformsdk.security)