ImageGear .NET - Updated
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
public static ImGearX509Certificate2Collection TrustedCertificates {get; set;}
public: __property static ImGearX509Certificate2Collection* get_TrustedCertificates();
public: __property static void set_TrustedCertificates( 
   ImGearX509Certificate2Collection* value
);
public:
static property ImGearX509Certificate2Collection^ TrustedCertificates {
   ImGearX509Certificate2Collection^ get();
   void set (    ImGearX509Certificate2Collection^ value);
}

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