SecureBlackbox 2020 Python Edition

Questions / Feedback?

encryption_certificate_crl_distribution_points Property

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

Syntax

def get_encryption_certificate_crl_distribution_points() -> str: ...
def set_encryption_certificate_crl_distribution_points(value: str) -> None: ...

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