Wht the ActiveDocument->Signatures->Add() Method Do Internally!

A

Ahmad Jalil Qarshi

hi!

i added a digital certificate in Microsoft Word 2003 using the following
code in VC. Just a single line(line 3 in following code) did all the work of
signing the document. tht's very good but i want to know what it internally
does in this "Add" function. further i want to know that whether these
Word's Digital Signatures are based on PKCS7 or something else.

MSWord::_DocumentPtr spDoc= m_pWordApp->ActiveDocument;

Office2003::SignaturePtr Sig;


Sig = m_pWordApp->ActiveDocument->Signatures->Add();

.............................

............................

...........................





Thanx in advance.



AJQ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top