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
 
Top