Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.CRLs

TElCMSRevocationValues     See also     


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


This property contains a list of CRLs.

Declaration

[C#]
    TElCertificateRevocationList CRLs[int Index];

[VB.NET]
    Property CRLs(ByVal Index As Integer) As TElCertificateRevocationList

[Pascal]
    property CRLs[Index: integer] : TElCertificateRevocationList;

[C++]
    TElCertificateRevocationList* get_CRLs(int32_t Index);

[PHP]
    TElCertificateRevocationList get_CRLs(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 from the list.

See also:     CRLCount     AddCRL     RemoveCRL     ClearCRLs    

Discuss this help topic in SecureBlackbox Forum