SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

cert_valid_from Property

The time point at which the certificate becomes valid, in UTC.

Syntax

def get_cert_valid_from() -> str: ...
def set_cert_valid_from(value: str) -> None: ...

cert_valid_from = property(get_cert_valid_from, set_cert_valid_from)

Default Value

""

Remarks

The time point at which the certificate becomes valid, in UTC.

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