Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.CRLIDs

TElCMSRevocationRef     See also     


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


This property contains a list of CRL identifiers.

Declaration

[C#]
    TElCMSCRLValidatedID CRLIDs[int Index];

[VB.NET]
    Property CRLIDs(ByVal Index As Integer) As TElCMSCRLValidatedID

[Pascal]
    property CRLIDs[Index: integer] : TElCMSCRLValidatedID;

[C++]
    TElCMSCRLValidatedID* get_CRLIDs(int32_t Index);

[PHP]
    TElCMSCRLValidatedID get_CRLIDs(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 CRL identifier from the list.

See also:     CRLIDCount     AddCRLID     RemoveCRLID     ClearCRLIDs    

Discuss this help topic in SecureBlackbox Forum