Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtensions.OtherExtensions

TElCustomSSLExtensions     See also     


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


Use this read-only property to access non-standard extensions.

Declaration

[C#]
    TElCustomSSLExtension OtherExtensions[int Index];

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

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

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

[PHP]
    TElCustomSSLExtension 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. Add or remove the extensions by changing OtherCount property.

See also:     OtherCount    

Discuss this help topic in SecureBlackbox Forum