4 references to Windows
System.ServiceModel (4)
System\ServiceModel\Configuration\Properties.cs (1)
3527properties.Add(new ConfigurationProperty("clientCredentialType", typeof(System.ServiceModel.TcpClientCredentialType), System.ServiceModel.TcpClientCredentialType.Windows, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.TcpClientCredentialTypeHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\TcpClientCredentialType.cs (1)
20value == TcpClientCredentialType.Windows ||
System\ServiceModel\TcpTransportSecurity.cs (2)
17internal const TcpClientCredentialType DefaultClientCredentialType = TcpClientCredentialType.Windows; 154transportSecurity.ClientCredentialType = TcpClientCredentialType.Windows;