5 references to HttpDigest
System.ServiceModel (5)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (2)
470
if (specificBehavior.
HttpDigest
!= null)
474
AdministrationStrings.AllowedImpersonationLevel, specificBehavior.
HttpDigest
.AllowedImpersonationLevel.ToString());
System\ServiceModel\Configuration\ClientCredentialsElement.cs (1)
159
this.HttpDigest.ApplyConfiguration(behavior.
HttpDigest
);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
593
result = new SspiSecurityTokenProvider(SecurityUtils.GetNetworkCredentialOrDefault(parent.
HttpDigest
.ClientCredential), true, parent.
HttpDigest
.AllowedImpersonationLevel);