SecureBlackbox 2020 Python Edition

Questions / Feedback?

encryption_certificate_valid_from Property

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

Syntax

def get_encryption_certificate_valid_from() -> str: ...
def set_encryption_certificate_valid_from(value: str) -> None: ...

encryption_certificate_valid_from = property(get_encryption_certificate_valid_from, set_encryption_certificate_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 2020 Python Edition - Version 20.0 [Build 8154]