Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.UsedOCSPResponses

TElX509CertificateValidator     See also     


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


Contains the OCSP responses already used for validation.

Declaration

[C#]
    ArrayList UsedOCSPResponses;

[VB.NET]
    Property UsedOCSPResponses As ArrayList

[Pascal]
    property UsedOCSPResponses : TList;

[C++]
    TList* get_UsedOCSPResponses();

[PHP]
    TList get_UsedOCSPResponses()

[Java]
    ArrayList getUsedOCSPResponses();

Description

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

See also:     UsedCertificates     UsedOCSPResponses    

Discuss this help topic in SecureBlackbox Forum