Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.UsedCRLs

TElX509CertificateValidator     See also     


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


Contains the CRLs already used for validation.

Declaration

[C#]
    TElMemoryCRLStorage UsedCRLs;

[VB.NET]
    Property UsedCRLs As TElMemoryCRLStorage

[Pascal]
    property UsedCRLs : TElMemoryCRLStorage;

[C++]
    TElMemoryCRLStorage* get_UsedCRLs();

[PHP]
    TElMemoryCRLStorage get_UsedCRLs()

[Java]
    TElMemoryCRLStorage getUsedCRLs();

Description

    Use this property to access the CRLs that were used for certificate validation before.

See also:     UsedCertificates     UsedOCSPResponses    

Discuss this help topic in SecureBlackbox Forum