SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

cert_crl_distribution_points Property

Locations of the CRL (Certificate Revocation List) distribution points used to check this certificate's validity.

Syntax

def get_cert_crl_distribution_points() -> str: ...
def set_cert_crl_distribution_points(value: str) -> None: ...

cert_crl_distribution_points = property(get_cert_crl_distribution_points, set_cert_crl_distribution_points)

Default Value

""

Remarks

Locations of the CRL (Certificate Revocation List) distribution points used to check this certificate's validity.

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