EldoS
Navigation
Web site
Support
Table Of Contents

TElClientSSLSocket class

Properties     Methods     Events     Declared in    


 

TElClientSSLSocket is a descendant of TElSSLSocket.

 
 

Description

    TElClientSSLSocket provides client-side functionality for SSL and TLS connections via sockets. Server that supports such connection must be placed on the other side of connection.
     To send data to the remote side call Send.
    By default, TElClientSSLSocket 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 and set_CipherSuites methods.
    When connection is established, connection version can be read from CurrentVersion property.

 
 

Properties

  • CertStorage
  • CipherSuite
  • CloseReason
  • CurrentVersion
  • Versions
Inherited from TElSSLSocket
  • Available
  • Blocking
  • Connected
  • LocalEndPoint
  • RemoteEndPoint
  • Socket
  • SocketFlags
 
 

Methods

  • Constructor
  • BeginConnect
  • Close
  • Connect
  • EndConnect
  • InternalValidate
  • get_CipherSuites
  • set_CipherSuites
Inherited from TElSSLSocket
  • BeginReceive
  • BeginSend
  • Bind
  • EndReceive
  • EndSend
  • Equals
  • Poll
  • Receive
  • Send
 
 

Events

  • OnCertificateNeededEx
  • OnCertificateValidate
 
 

Declared in

.NET:

  • Namespace: SecureBlackbox.SSLSocket.Client
  • Assembly: SecureBlackbox.SSLSocket
VCL: Not available

ActiveX/DLL: Not available
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation