4 references to WindowsClientCredential
System.ServiceModel (1)
netstandard.cs (1)
226[assembly: TypeForwardedTo(typeof(WindowsClientCredential))]
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1934public System.ServiceModel.Security.WindowsClientCredential Windows { get { return default; } }
System.ServiceModel.Primitives.Tests (2)
Security\SecurityUtilsTest.cs (2)
17Type t = Assembly.GetAssembly(typeof(WindowsClientCredential)) 18.GetType(typeof(WindowsClientCredential).Namespace + ".SecurityUtils");