Export VBA Certificate to File or Stream
Contents
[
Hide
]
Aspose.Cells allows you to export VBA Digital Certificate to stream such as file or memory stream. You can access the raw data of the VBA digital certificate using the Workbook.VbaProject.CertRawData property.
Export VBA Certificate to File or Stream in C#
Please see the following sample code that saves the raw data of the VBA Certificate into a file. You can download the sample excel file used in this code from the provided link.