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