Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRevocationInfo.OCSPResponseCount

TElPDFPublicKeyRevocationInfo     See also     


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


Specifies the number of OCSP responses in the list.

Declaration

[C#]
    int OCSPResponseCount;

[VB.NET]
    Property OCSPResponseCount As Integer

[Pascal]
    property OCSPResponseCount : integer;

[C++]
    int32_t get_OCSPResponseCount();

[PHP]
    integer get_OCSPResponseCount()

[Java]
    int getOCSPResponseCount();

Description

    Use this read-only property to obtain the number of OCSP responses in the list.

See also:     OCSPResponses    

Discuss this help topic in SecureBlackbox Forum