Discuss this help topic in SecureBlackbox Forum

TElOCSPResponse.ResponseCount

TElOCSPResponse     See also     


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


Specifies the number of single responses in the list.

Declaration

[C#]
    int ResponseCount;

[VB.NET]
    Property ResponseCount As Integer

[Pascal]
    property ResponseCount : integer;

[C++]
    int32_t get_ResponseCount();

[PHP]
    integer get_ResponseCount()

[Java]
    int getResponseCount();

Description

    Specifies the number of single OCSP responses in the Responses list.

See also:     Responses    

Discuss this help topic in SecureBlackbox Forum