Discuss this help topic in SecureBlackbox Forum

TElXAdESVerifier.SigningCertificates

TElXAdESVerifier     See also     


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


Containes certificates used for signing.

Declaration

[C#]
    TElCustomCertStorage SigningCertificates;

[VB.NET]
    Property SigningCertificates As TElCustomCertStorage

[Pascal]
    property SigningCertificates: TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_SigningCertificates();

[PHP]
    TElCustomCertStorage get_SigningCertificates()

[Java]
    TElCustomCertStorage getSigningCertificates();

Description

    Use this property to get the certificates which were used for signing.

See also:     SigningTime    

Discuss this help topic in SecureBlackbox Forum