3 writes to AllowedImpersonationLevel
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
78channelCredentials.Windows.AllowedImpersonationLevel = (TokenImpersonationLevel)impersonationLevel;
System\ServiceModel\Configuration\WindowsClientElement.cs (1)
64windows.AllowedImpersonationLevel = this.AllowedImpersonationLevel;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2793this.channelFactory.Credentials.Windows.AllowedImpersonationLevel = factoryKey.TokenImpersonationLevel;
4 references to AllowedImpersonationLevel
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
492specificBehavior.Windows.AllowedImpersonationLevel.ToString(),
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (3)
102spnegoTokenProvider.AllowedImpersonationLevel = parent.Windows.AllowedImpersonationLevel; 578new KerberosSecurityTokenProvider(spn, parent.Windows.AllowedImpersonationLevel, SecurityUtils.GetNetworkCredentialOrDefault(parent.Windows.ClientCredential)), 603parent.Windows.AllowedImpersonationLevel);