1 write to Password
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
100
channelCredentials.UserName.
Password
= password;
1 reference to Password
System.ServiceModel (1)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
587
result = new UserNameSecurityTokenProvider(parent.UserName.UserName, parent.UserName.
Password
);