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