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