Discuss this help topic in SecureBlackbox Forum
Obsoleted. This is the base class for ClientSSLSocket and ServerSSLSocket classes.
Description
Obsoleted in SecureBlackbox 12. Do not use this class or its descendants,
use either one of the components where sockets are supported implicitly (e.g., TElSimpleSSLClient),
or use TElSSLClient/TElSSLServer in conjunction with TElSocket instead.
The SSLSocket class creates a managed version of an Secure Socket Layer transport service.
If you use Socket class somewhere you can just replace it with
ClientSSLSocket
and/or
ServerSSLSocket to get SLL functionality.
This class is abstract. Do not use it directly.
To get necessary functionality use appropriate methods of
ClientSSLSocket
and
ServerSSLSocket classes.