Discuss this help topic in SecureBlackbox Forum

TElSSLSocket class

Properties     Methods     Declared in     


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.

Properties

Methods

Declared in

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

Discuss this help topic in SecureBlackbox Forum