IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

TrustedCerts Property

A collection of trusted CA certificates.

Syntax


 getTrustedCerts(): CertificateList;

 setTrustedCerts(trustedCerts: CertificateList): void;

Default Value

Remarks

If this collection is populated the class will validate any certificates that are loaded against the CA certificates specified here.

If this collection is not populated no validation will occur. Certificates are imported into this collection by calling the ImportTrustedCerts method.

See also FailOnUntrustedCert and TrustedCertsData. ;

This property is not available at design time.

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