Discuss this help topic in SecureBlackbox Forum

TElSimpleSSLClient.StartTLS

TElSimpleSSLClient     See also     


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


Initiates TLS session.

Declaration

[C#]
    void StartTLS();

[VB.NET]
    Sub StartTLS()

[Pascal]
    procedure StartTLS;

[C++]
    void StartTLS();

[PHP]
    void StartTLS()

[Java]
    void startTLS();

Description

    This method causes TElSimpleSSLClient to initiate SSL handshake. Call this method after the component has established connection. The method can be called in different Explicit TLS scenarios, where the connection is first established in plain mode, then the command to switch to TLS is sent and TLS handshake is initiated.

See also:     Enabled     Close     StopTLS    

Discuss this help topic in SecureBlackbox Forum