DigitalVBA class
DigitalVBA class
Represents digital signature for Spreadsheets VBA projects. It provides ability to sign VBA project at specific Spreadsheets document formats like Xlsm or Xltm. If several DigitalVBA extensions are added to DigitalSignOptions.Extensions only first is involved in document signing.
Inheritance: DigitalVBA
→
SignatureExtension
The DigitalVBA type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the DigitalVBA class with certificate file. |
init | Initializes a new instance of the DigitalVBA class with certificate stream. |
Properties
Property | Description |
---|---|
comments | Gets or sets the signature comments. |
password | Gets or sets the password of digital certificate. |
sign_only_vba_project | Gets or sets setting of only VBA project signing.
If set to true, the SpreadSheet document will not be signed, but the VBA project will be signed. |
certificate_file_path | Gets digital certificate file path.
This property is used only if CertificateStream is not specified. |
certificate_stream | Gets digital certificate stream.
If this property is specified it is always used instead CertificateFilePath. |
Methods
Method | Description |
---|---|
clone | Gets a copy of this object. |
See Also
- module
groupdocs.signature.domain.extensions
- class
DigitalVBA
- class
SignatureExtension