Discuss this help topic in SecureBlackbox Forum

TElSSLOCSPStatusRequest.ResponderIDCount

TElSSLOCSPStatusRequest     See also     


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


This property specifies the number of Responder IDs in the status request.

Declaration

[C#]
    int ResponderIDCount;

[VB.NET]
    Property ResponderIDCount As Integer

[Pascal]
    property ResponderIDCount : integer;

[C++]
    int32_t get_ResponderIDCount();
    void set_ResponderIDCount(int32_t Value);

[PHP]
    integer get_ResponderIDCount()
    void set_ResponderIDCount(integer $Value)

[Java]
    int getResponderIDCount();
    void setResponderIDCount(int Value);

Description

    Use this property to get or set the number of Responder IDs in the status request.

See also:     ResponderIDs    

Discuss this help topic in SecureBlackbox Forum