2 writes to ClientCredentialType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (2)
124transportSecurity.ClientCredentialType = TcpClientCredentialType.Windows; 130transportSecurity.ClientCredentialType = requireClientCertificate ? TcpClientCredentialType.Certificate : TcpClientCredentialType.None;
4 references to ClientCredentialType
dotnet-svcutil-lib (4)
CodeDomFixup\MethodCreationHelper.cs (3)
1741if (defaultBinding.Security.Transport.ClientCredentialType != netTcp.Security.Transport.ClientCredentialType) 1752netTcp.Security.Transport.ClientCredentialType.ToString())));
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (1)
138return this.ClientCredentialType != TcpTransportSecurity.DefaultClientCredentialType