Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.OCSPIDs

TElCMSRevocationRef     See also     


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


This property contains a list of OCSP identifiers.

Declaration

[C#]
    TElCMSOCSPResponsesID OCSPIDs[int Index];

[VB.NET]
    Property OCSPIDs(ByVal Index As Integer) As TElCMSOCSPResponsesID

[Pascal]
    property OCSPIDs[Index: integer] : TElCMSOCSPResponsesID;

[C++]
    TElCMSOCSPResponsesID* get_OCSPIDs(int32_t Index);

[PHP]
    TElCMSOCSPResponsesID get_OCSPIDs(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired item in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to get the desired OCSP response identifier.

See also:     OCSPIDCount     AddOCSPID     RemoveOCSPID     ClearOCSPIDs    

Discuss this help topic in SecureBlackbox Forum