Represents a TLS/SSL-enabled TCP socket.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Class TlsSocket _
	Implements ISocketExt, ISocket, IDisposable
C#
public class TlsSocket : ISocketExt, ISocket, 
	IDisposable

Remarks

This class is suitable for securing your socket communication using the TLS 1.0 protocol or its predecessor SSL 3.0.

Only TCP protocol is supported.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..TlsSocket
    Rebex.Net..::..TlsClientSocket
    Rebex.Net..::..TlsServerSocket

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also