Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview

Lists all certificates matching given context

Array<Certificate> $Crypto.ListCertificates(cert: CertificateContext)

Arguments

Certificate context to find certificates

Returns

Array of certificates found

Remarks

If no certificate found, empty array is returned.

Throws error exception if PKCS11 library or PFX file is not found or failed to load.

  • No labels