Add digital signature to Word document

Hi,

how can I add digital signature to Word Document?

I see there’s posibility to get list of Digital Signature in document but how to sign document?

Thanks

Hi Yuriy,


Thanks for your inquiry. With Aspose.Words you can digitally sign a Word document (DOC/DOCX formats) using the static method ‘Sign’ of ‘DigitalSignatureUtil’ class.
public static void Sign(string,string,CertificateHolder,string,DateTime);

Moreover, you can also generate and sign PDF document using Aspose.Words. For more information, please refer to the following article:
Create Digitally Signed PDF Documents