Discuss this help topic in SecureBlackbox Forum

TElServerSSLSocket class

Properties     Methods     Events     Declared in     


Obsoleted. TElServerSSLSocket is a descendant of TElSSLSocket.

Description

    Obsoleted in SecureBlackbox 12. Do not use this class, use TElSSLServer in conjunction with TElSocket instead.
    TElServerSSLSocket provides server-side functionality for SSL and TLS connections via sockets. Client that supports such connection must be placed on the other side of connection.     To accept connection call OpenSSLSession method. To send data to the remote side call Send.
    By default, TElServerSSLSocket is allowed to work using all SSL/TLS versions and all cipher suites. You can disable or enable some of versions using Versions property and disable or enable cipher suites with get_CipherSuites set_CipherSuites methods.
    When connection is established, connection version can be read from CurrentVersion property.

Properties

Inherited from TElSSLSocket

Methods

Inherited from TElSSLSocket

Events

Declared in

.NET:
  • Namespace: SecureBlackbox.SSLSocket.Server
  • Assembly: SecureBlackbox.SSLSocket
VCL:
  • Not available
Java:
  • Not available
C++:
  • Not available

Discuss this help topic in SecureBlackbox Forum