Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRevocationInfo.OCSPResponses

TElPDFPublicKeyRevocationInfo     See also     


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


Returns a desired OCSP response from the list.

Declaration

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

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

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

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

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

[Java]
    not available

Parameters

  • Index - index of the desired element in the list.

Description

    Use this read-only property to obtain individual OCSP responses from the list.

See also:     AddOCSPResponse     RemoveOCSPResponse     OCSPResponseCount    

Discuss this help topic in SecureBlackbox Forum