Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.OCSPResponses

TElCMSRevocationValues     See also     


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


This property contains OCSP responses.

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 - index of the desired item in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to get the desired OCSP response from the list.

See also:     OCSPResponseCount     AddOCSPResponse     RemoveOCSPResponse     ClearOCSPResponses    

Discuss this help topic in SecureBlackbox Forum