1 write to AllowedImpersonationLevel
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpDigestClientElement.cs (1)
50digest.AllowedImpersonationLevel = this.ImpersonationLevel;
2 references to AllowedImpersonationLevel
System.ServiceModel (2)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
474AdministrationStrings.AllowedImpersonationLevel, specificBehavior.HttpDigest.AllowedImpersonationLevel.ToString());
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
593result = new SspiSecurityTokenProvider(SecurityUtils.GetNetworkCredentialOrDefault(parent.HttpDigest.ClientCredential), true, parent.HttpDigest.AllowedImpersonationLevel);