2 instantiations of WindowsClientCredential
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
50_windows = new WindowsClientCredential(other._windows); 115_windows = new WindowsClientCredential();
3 references to WindowsClientCredential
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\ClientCredentials.cs (2)
18private WindowsClientCredential _windows; 109public WindowsClientCredential Windows
System\ServiceModel\Security\WindowsClientCredential.cs (1)
23internal WindowsClientCredential(WindowsClientCredential other)