Discuss this help topic in SecureBlackbox Forum

TElSSLClass.Options

TElSSLClass     


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


Specifies the SSL/TLS options.

Declaration

[C#]
    TSBSSLOptions Options;

[VB.NET]
    Property Options As TSBSSLOptions

[Pascal]
    property Options : TSBSSLOptions;

[C++]
    TSBSSLOptions get_Options();
    void set_Options(TSBSSLOptions Value);

[PHP]
    integer get_Options()
    void set_Options(integer $Value)

[Java]
    short getOptions();
    void setOptions(short Value);

Values:

TSBSSLOptions values

Description

    Use this property to specify various options of the secure connection.

Discuss this help topic in SecureBlackbox Forum