SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_before_ca_certificate_download Event

Fires when a CA certificate is about to be downloaded.

Syntax

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

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

Remarks

This event is fired when a CA certificate that is needed to validate Cert is about to be downloaded from Location.

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