9 references to NetworkCredential
dotnet-svcutil-lib (3)
CmdCredentialsProvider.cs (1)
38return new NetworkCredential(username, password);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
328creds = new NetworkCredential(credentials.UserName.UserName, credentials.UserName.Password);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
248result = new NetworkCredential(token.UserName, token.Password);
Microsoft.AspNetCore.Authentication.Negotiate (1)
PostConfigureNegotiateOptions.cs (1)
82var credentials = new NetworkCredential(machineAccount, ldapSettings.MachineAccountPassword);
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\NetworkUtilities.vb (1)
49DirectCast(New NetworkCredential(userName, password), ICredentials)
System.Net.Requests (1)
System\Net\FtpWebRequest.cs (1)
513networkCredential = new NetworkCredential(username, password);
System.ServiceModel.Primitives.Tests (3)
Security\SecurityUtilsTest.cs (3)
26var credential = new NetworkCredential("user@domain.com", "password"); 37credential = new NetworkCredential("user@domain.com", "password"); 48credential = new NetworkCredential("user@domain.com", "password");