Discuss this help topic in SecureBlackbox Forum
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.
Inherited from TElSSLSocket
.NET: