SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_ca_certificate_downloaded Event

Marks the success of a certificate download.

Syntax

class CertificateValidatorCACertificateDownloadedEventParams(object):
  @property
  def cert() -> str: ...
  @property
  def location() -> str: ...

# In class CertificateValidator:
@property
def on_ca_certificate_downloaded() -> Callable[[CertificateValidatorCACertificateDownloadedEventParams], None]: ...
@on_ca_certificate_downloaded.setter
def on_ca_certificate_downloaded(event_hook: Callable[[CertificateValidatorCACertificateDownloadedEventParams], None]) -> None: ...

Remarks

This event is fired when a CA certificate has been successfully downloaded from Location. This event is preceded with on_before_ca_certificate_download event.

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