2 references to Password
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
328
creds = new NetworkCredential(credentials.UserName.UserName, credentials.UserName.
Password
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
148
result = new UserNameSecurityTokenProvider(_parent.UserName.UserName, _parent.UserName.
Password
);