Discuss this help topic in SecureBlackbox Forum

TElCRLEntryExtensions.OtherExtensions

TElCRLEntryExtensions     See also     


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


Use this read-only property to get access to non-standard extension.

Declaration

[C#]
    TElCustomExtension OtherExtensions[int Index];

[VB.NET]
    Property OtherExtensions(ByVal Index As Integer) As TElCustomExtension

[Pascal]
    property OtherExtensions[Index : integer] : TElCRLExtension;

[C++]
    TElCustomExtension* get_OtherExtensions(int32_t Index);

[PHP]
    TElCustomExtension get_OtherExtensions(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the non-standard extension.

Description

    This property contains zero or more non-standard extensions. Aplication can access the single element using Index property. Add or remove elements by changing OtherCount property.

See also:     OtherCount    

Discuss this help topic in SecureBlackbox Forum