NetTcpSecurity Class

The NetTcpSecurity class configures the security settings of a NetTcpBinding binding for a WCF client and WCF service.

Properties

NetTcpSecurity property Type Description
SecurityMode wsSecurityMode (enumeration) Gets or sets the security mode for the binding. Values are: None, Transport (default), Message, and TransportWithMessageCredential.
Transport TcpTransportSecurity (class) Provides properties to control authentication parameters and the protection level for TCP transport.
Message MessageSecurityOverTcp (class) Provides properties that control authentication parameters and the protection level for TCP messages.
Related reference
wsSecurityMode Enumeration
TcpTransportSecurity Class
MessageSecurityOverTcp Class