DigitalVBA constructor
Leave feedback
On this page
Initializes a new instance of the DigitalVBA class with certificate file.
def __init__(self, certificate_file_path, password):
...
| Parameter | Type | Description |
|---|---|---|
| certificate_file_path | System.String | Digital certificate file path |
| password | System.String | Digital certificate password |
Initializes a new instance of the DigitalVBA class with certificate stream.
def __init__(self, certificate_stream, password):
...
| Parameter | Type | Description |
|---|---|---|
| certificate_stream | io.RawIOBase | Digital Certificate stream |
| password | System.String | Digital certificate password |
- module
groupdocs.signature.domain.extensions - class
DigitalVBA
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.