Discuss this help topic in SecureBlackbox Forum

TElCAdESRevocationInfo.OCSPResponses

TElCAdESRevocationInfo     See also     


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


Contains OCSP resonses.

Declaration

[C#]
    TElOCSPResponse OCSPResponses[int Index];

[VB.NET]
    Property OCSPResponses(ByVal Index As Integer) As TElOCSPResponse

[Pascal]
    property OCSPResponses[Index : integer] : TElOCSPResponse;

[C++]
    TElOCSPResponse* get_OCSPResponses(int32_t Index);

[PHP]
    TElOCSPResponse get_OCSPResponses(integer $Index)

[Java]
    not available

Parameters

  • Index - specifies the index of the desired item in the list. The indexing starts with 0.

Description

    Use this property to get the OCSP responses.

See also:     CRLs     OCSPResponseCount     AddOCSPResponse     RemoveOCSPResponse    

Discuss this help topic in SecureBlackbox Forum