Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.AddOCSPID

TElCMSRevocationRef     See also     


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


Adds an OCSP response identifier to the list.

Declaration

[C#]
    int AddOCSPID();

[VB.NET]
    Function AddOCSPID() As Integer

[Pascal]
    function AddOCSPID : integer;

[C++]
    int32_t AddOCSPID();

[PHP]
    integer AddOCSPID()

[Java]
    int addOCSPID();

Return value

    Index of the newly added item in the list.

Description

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

See also:     OCSPIDs     RemoveOCSPIDs    

Discuss this help topic in SecureBlackbox Forum