Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeVerifier.Certificates

TElAuthenticodeVerifier     See also     


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


This read-only property contains all certificates that were found in the file.

Declaration

[C#/Java]
    TElCustomCertStorage Certificates;

[VB.NET]
    Property Certificates As TElCustomCertStorage

[Pascal]
    property Certificates: TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_Certificates();

[PHP]
    TElCustomCertStorage get_Certificates()

Description

    This property is a certificate storage which contains all certificates found in the file.

See also:     Checksum     Digest     Signatures     CertStorage    

Discuss this help topic in SecureBlackbox Forum