Discuss this help topic in SecureBlackbox Forum

TElCRLDistributionPointsExtension.DistributionPoints

TElCRLDistributionPointsExtension     See also     


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


Use this property to access specific Distribution Point in the list.

Declaration

[C#]
    TElDistributionPoint DistributionPoints[int Index];

[VB.NET]
    Property DistributionPoints(ByVal Index As Integer) As TElDistributionPoint

[Pascal]
    property DistributionPoints[Index : integer] : TElDistributionPoint;

[C++]
    TElDistributionPoint* get_DistributionPoints(int32_t Index);

[PHP]
    TElDistributionPoint get_DistributionPoints(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the item in the list

Description

    Use this property to access specific Distribution Point in the list.

See also:     Count     Remove    

Discuss this help topic in SecureBlackbox Forum