SecureBlackbox 2020 Python Edition

Questions / Feedback?

decryption_cert_ocsp_locations Property

Locations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.

Syntax

def get_decryption_cert_ocsp_locations() -> str: ...
def set_decryption_cert_ocsp_locations(value: str) -> None: ...

decryption_cert_ocsp_locations = property(get_decryption_cert_ocsp_locations, set_decryption_cert_ocsp_locations)

Default Value

""

Remarks

Locations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.

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