Discuss this help topic in SecureBlackbox Forum

TElSSLOCSPStatusRequest.ResponderIDs

TElSSLOCSPStatusRequest     See also     


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


This property lets you set Responder IDs in the status request.

Declaration

[C#]
    byte[] ResponderIDs[int Index];

[VB.NET]
    Property ResponderIDs(ByVal Index As Integer) As Byte()

[Pascal]
    property ResponderIDs[Index : integer] : ByteArray;

[C++]
    void get_ResponderIDs(int32_t Index, std::vector<uint8_t> &OutResult);
    void set_ResponderIDs(int32_t Index, const std::vector<uint8_t> &Value);

[PHP]
    string get_ResponderIDs(integer $Index)
    void set_ResponderIDs(integer $Index, array of byte|string|NULL $Value)

[Java]
    not available

Parameters

  • Index - index of the responder ID in the list.

Description

    Use this property to get or set individual Responder IDs in the status request. ResponderID is an ASN.1 sequence as defined in OCSP specification.

See also:     ResponderIDCount    

Discuss this help topic in SecureBlackbox Forum