2 writes to password
System.ServiceModel (2)
System\ServiceModel\Security\UserNamePasswordClientCredential.cs (2)
23
this.
password
= other.password;
49
this.
password
= value;
2 references to password
System.ServiceModel (2)
System\ServiceModel\Security\UserNamePasswordClientCredential.cs (2)
23
this.password = other.
password
;
44
return this.
password
;