EldoS
Navigation
Web site
Support
Table Of Contents

TElServerSSLSocket class

Properties     Methods     Events     Declared in    


 

TElServerSSLSocket is a descendant of TElSSLSocket.

 
 

Description

    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

  • Active
  • CertStorage
  • ClientAuthentication
  • ClientCertStorage
  • CloseDescription
  • CurrentVersion
  • ForceCertificateChain
  • SessionPool
  • Versions
Inherited from TElSSLSocket:
  • Available
  • Blocking
  • CipherSuite
  • Connected
  • LocalEndPoint
  • RemoteEndPoint
  • Socket
  • SocketFlags
 
 

Methods

  • Constructor
  • Accept
  • BeginAccept
  • Close
  • EndAccept
  • InternalValidate
  • Listen
  • OpenSSLSession
  • get_CipherSuites
  • set_CipherSuites
Inherited from TElSSLSocket:
  • BeginReceive
  • BeginSend
  • Bind
  • EndReceive
  • EndSend
  • Equals
  • Poll
  • Receive
  • Send
 
 

Events

  • OnCertificateValidate
 
 

Declared in

.NET:

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

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