Discuss this help topic in SecureBlackbox Forum

TElClientCertURLsSSLExtension.URLs

TElClientCertURLsSSLExtension     See also     


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


Provides access to the URLs.

Declaration

[C#]
    TElSSLCertURL URLs[int Index];

[VB.NET]
    Property URLs(ByVal Index As Integer) As TElSSLCertURL

[Pascal]
    property URLs[Index : integer] : TElSSLCertURL;

[C++]
    TElSSLCertURL* get_URLs(int32_t Index);

[PHP]
    TElSSLCertURL get_URLs(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of desired URL 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 URL from the list.

See also:     Count     Add     Clear     Remove    

Discuss this help topic in SecureBlackbox Forum