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