SecureBlackbox 2020 Python Edition

Questions / Feedback?

cert_password Property

Specifies the signing certificate password.

Syntax

def get_cert_password() -> str: ...
def set_cert_password(value: str) -> None: ...

cert_password = property(get_cert_password, set_cert_password)

Default Value

""

Remarks

Use this property to provide password for the signing certificate. Alternatively, the password may be provided via the on_password_needed event.

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