SSL and Negotiate security protocol for the TCP communication.
Classes
| Class | Description | |
|---|---|---|
| ClientNegotiateFactory |
The factory class creating the security stream allowing the authentication and encrypted communication
based on 'Negotiate communication protocol'.
| |
| ClientSslFactory |
The factory class creating the security stream allowing authentication as client and encrypted communication
based on SSL protocol.
| |
| ServerNegotiateFactory |
The factory class creating the security stream allowing authentication as server and encrypted communication
based on 'Negotiate communication protocol'.
| |
| ServerSslFactory |
The factory class creating the security stream allowing authentication as server and encrypted communication
based on SSL protocol.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISecurityFactory |
Declares the factory responsible for creating the security stream.
|