DigitalVerifyOptions constructor
Leave feedback
On this page
Creates Digital Verification Option with default values.
def __init__(self):
...
Creates Digital Verification Option with given digital certificate file path.
def __init__(self, certificate_file_path):
...
| Parameter | Type | Description |
|---|---|---|
| certificate_file_path | System.String | File path to digital certificate. |
Creates Digital Verification Option with given certificate stream.
def __init__(self, certificate_stream):
...
| Parameter | Type | Description |
|---|---|---|
| certificate_stream | io.RawIOBase | Certificate’s stream. |
- module
groupdocs.signature.options - class
DigitalVerifyOptions
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.