4 references to Windows
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpClientCredentialType.cs (3)
29value == HttpClientCredentialType.Windows || 53case HttpClientCredentialType.Windows: 84result = HttpClientCredentialType.Windows;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (1)
34transportSecurity.ClientCredentialType = HttpClientCredentialType.Windows;