IPWorks Encrypt 2020 JavaScript Edition

Questions / Feedback?

SignerCerts Property

The collection of signer certificates.

Syntax


 getSignerCerts(): CertificateList;

 setSignerCerts(signerCerts: CertificateList): void;

Default Value

Remarks

This property is used to specify one or more public certificate used to verify the message. The certificates should be the public certificate of the recipient who will verify the message.

This property is only required if a certificate is not included in the signed message. The SignerCertInfo event fires during verification with information about the signer certificate. This property may be populated from within the SignerCertInfo.

This property will also be populated after VerifySignature or DecryptAndVerifySignature is called with the certificate(s) present within the signed message (if any).

This property is not available at design time.

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