17 references to Windows
System.ServiceModel (16)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (3)
485
if (specificBehavior.
Windows
!= null)
492
specificBehavior.
Windows
.AllowedImpersonationLevel.ToString(),
494
specificBehavior.
Windows
.AllowNtlm);
System\ServiceModel\ComIntegration\ChannelCredentials.cs (3)
78
channelCredentials.
Windows
.AllowedImpersonationLevel = (TokenImpersonationLevel)impersonationLevel;
82
channelCredentials.
Windows
.AllowNtlm = allowNtlm;
85
channelCredentials.
Windows
.ClientCredential = newCredentials;
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
310
resolver.SoapCredentials.
Windows
.AllowNtlm = false;
System\ServiceModel\Configuration\ClientCredentialsElement.cs (1)
143
this.Windows.ApplyConfiguration(behavior.
Windows
);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (6)
102
spnegoTokenProvider.AllowedImpersonationLevel = parent.
Windows
.AllowedImpersonationLevel;
578
new KerberosSecurityTokenProvider(spn, parent.
Windows
.AllowedImpersonationLevel, SecurityUtils.GetNetworkCredentialOrDefault(parent.
Windows
.ClientCredential)),
600
result = new SspiSecurityTokenProvider(SecurityUtils.GetNetworkCredentialOrDefault(parent.
Windows
.ClientCredential),
602
parent.
Windows
.AllowNtlm,
603
parent.
Windows
.AllowedImpersonationLevel);
System\ServiceModel\Security\SecurityUtils.cs (2)
2103
credential = SecurityUtils.GetNetworkCredentialOrDefault(clientCredentials.
Windows
.ClientCredential);
2115
else if (clientCredentials != null && !clientCredentials.
Windows
.AllowNtlm)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2793
this.channelFactory.Credentials.
Windows
.AllowedImpersonationLevel = factoryKey.TokenImpersonationLevel;