Skip to content

AddCertificate¶

Adds the specified certificate to the context for later use.

1
$Crypto.AddCertificate(cert: Certificate):void

Parameters¶

Certificate cert
    The certificate to add to the context.

Remarks¶

The certificate is added to the context to be used later in signing or verification operations.

Types¶

Certificate¶

CommonName : string
The common name of the certificate.

SerialNumber : string
The serial number of the certificate.