ImageGear .NET - Updated December 24, 2018
TrustedCertificates Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : TrustedCertificates Property
Gets or sets a collection of trusted X.509 certificates.
Syntax
'Declaration
 
Public Shared Property TrustedCertificates As ImGearX509Certificate2Collection
 
'Usage
 
Dim value As ImGearX509Certificate2Collection
 
ImGearPDF.TrustedCertificates = value
 
value = ImGearPDF.TrustedCertificates

Property Value

A collection of X.509 certificates.
Remarks
The certificates in this collection will be used in PDF methods requiring public-key cryptography, such as verifying PDF digital signatures.
See Also

Reference

ImGearPDF Class
ImGearPDF Members