Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.TrustedCertificates

TElXAdESProcessor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies trusted certificates.

Declaration

[C#]
    TElCustomCertStorage TrustedCertificates;

[VB.NET]
    Property TrustedCertificates As TElCustomCertStorage

[Pascal]
    property TrustedCertificates : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_TrustedCertificates();
    void set_TrustedCertificates(TElCustomCertStorage &Value);
    void set_TrustedCertificates(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_TrustedCertificates()
    void set_TrustedCertificates(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getTrustedCertificates();
    void setTrustedCertificates(TElCustomCertStorage Value);

Description

    Use this property to specify trusted certificates.

See also:     CertificateValidator     AddTrustedCertificates    

Discuss this help topic in SecureBlackbox Forum