4 references to Windows
System.ServiceModel (4)
System\ServiceModel\Configuration\Properties.cs (1)
3527
properties.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)
20
value == TcpClientCredentialType.
Windows
||
System\ServiceModel\TcpTransportSecurity.cs (2)
17
internal const TcpClientCredentialType DefaultClientCredentialType = TcpClientCredentialType.
Windows
;
154
transportSecurity.ClientCredentialType = TcpClientCredentialType.
Windows
;