2 references to UserName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
248result = new NetworkCredential(token.UserName, token.Password);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
332WriteUserNamePassword(writer, upToken.Id, upToken.UserName, upToken.Password);