'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); }