IPWorks Encrypt 2020 JavaScript Edition

Questions / Feedback?

Certificates Property

A collection of certificates used for signing and decryption.

Syntax


 getCertificates(): CertificateList;

 setCertificates(certificates: CertificateList): void;

Default Value

Remarks

This property hold a collection of certificates used when Sign is called. The input message will be signed with each certificate specified in this property. AddCertificate may also be used to add a certificate to this collection.

The certificate(s) specified here are also used to decrypt the message when Decrypt is called.

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