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)
18
private
WindowsClientCredential
_windows;
109
public
WindowsClientCredential
Windows
System\ServiceModel\Security\WindowsClientCredential.cs (1)
23
internal WindowsClientCredential(
WindowsClientCredential
other)
System.ServiceModel.Primitives.Tests (2)
Security\SecurityUtilsTest.cs (2)
17
Type t = Assembly.GetAssembly(typeof(
WindowsClientCredential
))
18
.GetType(typeof(
WindowsClientCredential
).Namespace + ".SecurityUtils");