Discuss this help topic in SecureBlackbox Forum

TElSSLServerName.NameType

TElSSLServerName     See also     


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


This property specifies the type of the name.

Declaration

[C#]
    TSBSSLServerNameType NameType;

[VB.NET]
    Property NameType As TSBSSLServerNameType

[Pascal]
    property NameType : TSBSSLServerNameType;

[C++]
    TSBSSLServerNameType get_NameType();
    void set_NameType(TSBSSLServerNameType Value);

[PHP]
    integer get_NameType()
    void set_NameType(integer $Value)

[Java]
    TSBSSLServerNameType getNameType();
    void setNameType(TSBSSLServerNameType Value);

Values

Description

    Use this property to specify the type of the server name, whose value is specified in Name property.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum