The NetTcpSecurity class configures the security settings of a NetTcpBinding binding for a WCF client and WCF service.
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. |