IPWorks S/MIME 2020 JavaScript Edition

Questions / Feedback?

SignerCert Property

Contains the certificate of the message signer.

Syntax


 getSignerCert(): Certificate;

 setSignerCert(signerCert: Certificate): void;

Default Value

Remarks

This property contains the certificate of the message signer. When calling VerifySignature or DecryptAndVerifySignature this property will contain the certificate of the sender if attached.

To verify messages without an attached certificate, set this property before calling VerifySignature or DecryptAndVerifySignature.

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