SecureBlackbox 2020 Python Edition

Questions / Feedback?

signing_certificate Property

Specifies the signing certificate.

Syntax

def get_signing_certificate() -> str: ...
def set_signing_certificate(value: str) -> None: ...

signing_certificate = property(get_signing_certificate, set_signing_certificate)

Default Value

""

Remarks

Use this property to provide a path to the certificate to be used for signing the signature requests. Example: C:\Certificates\cert.pfx Use cert_password property to provide the password if needed.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]