2 instantiations of HttpDigestClientCredential
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
55_httpDigest = new HttpDigestClientCredential(other._httpDigest); 131_httpDigest = new HttpDigestClientCredential();
4 references to HttpDigestClientCredential
System.ServiceModel (1)
netstandard.cs (1)
207[assembly: TypeForwardedTo(typeof(HttpDigestClientCredential))]
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\ClientCredentials.cs (2)
19private HttpDigestClientCredential _httpDigest; 125public HttpDigestClientCredential HttpDigest
System\ServiceModel\Security\HttpDigestClientCredential.cs (1)
20internal HttpDigestClientCredential(HttpDigestClientCredential other)