Discuss this help topic in SecureBlackbox Forum

TElCertificateRevocationList.Items

TElCertificateRevocationList     See also     


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


Use this property to access individual items in the CRL.

Declaration

[C#]
    TElRevocationItem Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElRevocationItem

[Pascal]
    property Items[Index : integer] : TElRevocationItem;

[C++]
    TElRevocationItem* get_Items(int32_t Index);

[PHP]
    TElRevocationItem get_Items(integer $Index)

[Java]
    not available

Parameters

  • Index - Index of item in list

Description

    This property allows to access individual items in the CRL.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum