netTcpBinding Configuration
Use the netTcpBinding configuration to send data in an encrypted and secured manner. The netTcpBinding configuration provides faster performance than the wsHttpBinding configuration.
You can choose between Message level authentication, which provides the same security level as the wsHttpBinding configuration, and Transport level authentication, which provides faster performance.
- Related Topics:
- netTcpBinding Message Level Authentication
The netTcpBinding Message level authentication provides the same security level as the wsHttpBinding configuration. - netTcpBinding Transport Level Authentication
The netTcpBinding Transport level authentication provides faster performance than the Message level authentication.