SSL and Negotiate security protocol for the TCP communication.

Classes

  ClassDescription
Public classClientNegotiateFactory
The factory class creating the security stream allowing the authentication and encrypted communication based on 'Negotiate communication protocol'.
Public classClientSslFactory
The factory class creating the security stream allowing authentication as client and encrypted communication based on SSL protocol.
Public classServerNegotiateFactory
The factory class creating the security stream allowing authentication as server and encrypted communication based on 'Negotiate communication protocol'.
Public classServerSslFactory
The factory class creating the security stream allowing authentication as server and encrypted communication based on SSL protocol.

Interfaces

  InterfaceDescription
Public interfaceISecurityFactory
Declares the factory responsible for creating the security stream.