on_store_list Event

Lists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).

Syntax

class CertMgrStoreListEventParams(object):
  @property
  def cert_store() -> str: ...

# In class CertMgr:
@property
def on_store_list() -> Callable[[CertMgrStoreListEventParams], None]: ...
@on_store_list.setter
def on_store_list(event_hook: Callable[[CertMgrStoreListEventParams], None]) -> None: ...

Remarks

The CertStore parameter contains the name of the certificate store being listed.

The on_cert_list event and the list_store_certificates method are used to list the certificates in the store.

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