TcpClientCredentialType Enumeration
.NET Framework (current version)
Enumerates the valid credential types for TCP clients.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Certificate | Specifies client authentication using a certificate. | |
| None | Specifies anonymous authentication. | |
| Windows | Specifies client authentication using Windows. |
This enumeration is used by ClientCredentialType to specify the type of client credential to be used for authentication.
Note that if SecurityMode is set to TransportWithMessageCredential, then the value of TcpClientCredentialType is ignored.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Show: