Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtensions.ServerName

TElCustomSSLExtensions     See also     


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


This property lets the application access ServerName extension.

Declaration

[C#]
    TElServerNameSSLExtension ServerName;

[VB.NET]
    Property ServerName As TElServerNameSSLExtension

[Pascal]
    property ServerName : TElServerNameSSLExtension;

[C++]
    TElServerNameSSLExtension* get_ServerName();

[PHP]
    TElServerNameSSLExtension get_ServerName()

[Java]
    TElServerNameSSLExtension getServerName();

Description

    Use this property to access ServerName extension.

See also:     UserName    

Discuss this help topic in SecureBlackbox Forum