Discuss this help topic in SecureBlackbox Forum

TElOCSPResponse.Responses

TElOCSPResponse     See also     


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


Contains a list of single OCSP responses.

Declaration

[C#]
    TElOCSPSingleResponse Responses[int Index];

[VB.NET]
    Property Responses(ByVal Index As Integer) As TElOCSPSingleResponse

[Pascal]
    property Responses[Index : integer] : TElOCSPSingleResponse;

[C++]
    TElOCSPSingleResponse* get_Responses(int32_t Index);

[PHP]
    TElOCSPSingleResponse get_Responses(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired response in the list. The first response has Index = 0, the second has Index = 1, and so on

Description

    Use this property to get the desired SingleResponse element from the list. See RFC2560 for details.

See also:     ResponseCount    

Discuss this help topic in SecureBlackbox Forum