Aspose::Cells::Workbook::AddDigitalSignature method
Workbook::AddDigitalSignature method
Adds digital signature to an OOXML spreadsheet file (Excel2007 and later).
void Aspose::Cells::Workbook::AddDigitalSignature(const DigitalSignatureCollection &digitalSignatureCollection)
Parameter | Type | Description |
---|---|---|
digitalSignatureCollection | const DigitalSignatureCollection& |
Remarks
Only support adding Xmldsig Digital Signature to an OOXML spreadsheet file
See Also
- Class Vector
- Class DigitalSignatureCollection
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++