Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRevocationInfo.AddOCSPResponse

TElPDFPublicKeyRevocationInfo     See also     


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


Adds an OCSP response to the list

Declaration

[C#]
    int AddOCSPResponse();

[VB.NET]
    Function AddOCSPResponse() As Integer

[Pascal]
    function AddOCSPResponse : integer;

[C++]
    int32_t AddOCSPResponse();

[PHP]
    integer AddOCSPResponse()

[Java]
    int addOCSPResponse();

Return value

    Index of the added OCSP response in the list

Description

    Use this method to add an OCSP responce to the list.

See also:     OCSPResponses     RemoveOCSPResponse    

Discuss this help topic in SecureBlackbox Forum