Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.AddOCSPResponse

TElCMSRevocationValues     See also     


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


Adds a new 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 newly added item in the list.

Description

    Use this method to add a new OCSP response to the list.

See also:     OCSPResponses     RemoveOCSPResponse    

Discuss this help topic in SecureBlackbox Forum