MessageSecurityOverTcp.ClientCredentialType Property
.NET Framework 4.5
Specifies the type of client credential the client uses to authenticate itself to the service at the SOAP level.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.MessageCredentialTypeA MessageCredentialType. The default is Windows.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value of ClientCredentialType is not a valid MessageCredentialType. |
The following code shows how to access and set this property.
Dim binding As New NetTcpBinding() ' Specify the mode, then the credential type. binding.Security.Mode = SecurityMode.Message binding.Security.Message.ClientCredentialType = MessageCredentialType.UserName binding.Security.Message.AlgorithmSuite = System.ServiceModel.Security.SecurityAlgorithmSuite.Basic256
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.