SecureBlackbox 2020 Python Edition

Questions / Feedback?

cert_ca Property

Indicates whether the certificate has a CA capability (a setting in BasicConstraints extension).

Syntax

def get_cert_ca() -> bool: ...
def set_cert_ca(value: bool) -> None: ...

cert_ca = property(get_cert_ca, set_cert_ca)

Default Value

FALSE

Remarks

Indicates whether the certificate has a CA capability (a setting in BasicConstraints extension).

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