Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.Certificates

TElAuthenticodeSignature     See also     


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


Contains signing certificates.

Declaration

[C#]
    TElMemoryCertStorage Certificates;

[VB.NET]
    Property Certificates As TElMemoryCertStorage

[Pascal]
    property Certificates : TElMemoryCertStorage;

[C++]
    TElMemoryCertStorage* get_Certificates();

[PHP]
    TElMemoryCertStorage get_Certificates()

[Java]
    TElMemoryCertStorage getCertificates();

Description

    Use this property to load (or access) the whole certificate chain of the signing certificate. The signing certificate itself is accessible via the href="ref_cl_authenticodesignature_prp_signingcertificate.html">SigningCertificate property.

See also:     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum