TcpTransportSecurity Class
Provides properties that control authentication parameters and protection level for the TCP transport.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | TcpTransportSecurity() | Initializes a new instance of the TcpTransportSecurity class. |
| Name | Description | |
|---|---|---|
![]() | ClientCredentialType | Gets or sets the type of client credential used for authentication. |
![]() | ExtendedProtectionPolicy | Gets or sets the extended protection policy for the TCP transport. |
![]() | ProtectionLevel | Gets or sets the ProtectionLevel for the TCP stream. |
![]() | SslProtocols | Specifies the list of SSL/TLS protocols to negotiate when using a client credential type of TcpClientCredentialType.Certificate. The value can be a combination of one of more of the following enumeration members: Ssl3, Tls, Tls11, Tls12. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ShouldSerializeExtendedProtectionPolicy() | Returns a value that indicates whether the ExtendedProtectionPolicy property has changed from its default value and should be serialized. It is used by WCF for XAML integration. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

