6 references to MeshPassword
System.ServiceModel (6)
System\ServiceModel\Channels\PeerSecurityManager.cs (4)
213
if (String.IsNullOrEmpty(credential.
MeshPassword
))
299
manager.password = credential.
MeshPassword
;
721
return credential.
MeshPassword
;
890
return new UserNameSecurityTokenProvider(string.Empty, credential.
MeshPassword
);
System\ServiceModel\Security\PeerCredential.cs (2)
155
if (!this.
MeshPassword
.Equals(that.
MeshPassword
))