Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Finds a certificate by given context

Certificate $Crypto.GetCertificate(cert: CertificateContext)

Parses given certificate data from PFX content

Array<Certificate> $Crypto.GetCertificate(cert: string, password: string)

Arguments

Certificate context to find certificate
string password
Password of PFX content

Returns

Certificate if found, otherwise null Array of certificates found in PFX content