Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.UsedCertificates

TElX509CertificateValidator     See also     


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


Contains already validated certificates.

Declaration

[C#]
    TElMemoryCertStorage UsedCertificates;

[VB.NET]
    Property UsedCertificates As TElMemoryCertStorage

[Pascal]
    property UsedCertificates : TElMemoryCertStorage;

[C++]
    TElMemoryCertStorage* get_UsedCertificates();

[PHP]
    TElMemoryCertStorage get_UsedCertificates()

[Java]
    TElMemoryCertStorage getUsedCertificates();

Description

    Use this property to access the certificates that were validated.

See also:     UsedCRLs     UsedOCSPResponses    

Discuss this help topic in SecureBlackbox Forum