3 references to Windows
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpClientCredentialType.cs (1)
21value == TcpClientCredentialType.Windows ||
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (2)
15internal const TcpClientCredentialType DefaultClientCredentialType = TcpClientCredentialType.Windows; 124transportSecurity.ClientCredentialType = TcpClientCredentialType.Windows;