2 instantiations of WindowsClientCredential
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
50_windows = new WindowsClientCredential(other._windows); 115_windows = new WindowsClientCredential();
6 references to WindowsClientCredential
System.ServiceModel (1)
netstandard.cs (1)
226[assembly: TypeForwardedTo(typeof(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)
System.ServiceModel.Primitives.Tests (2)
Security\SecurityUtilsTest.cs (2)
17Type t = Assembly.GetAssembly(typeof(WindowsClientCredential)) 18.GetType(typeof(WindowsClientCredential).Namespace + ".SecurityUtils");