18 references to Password
System.ServiceModel (18)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
719Fx.AssertAndThrow(this.securityManager.AuthenticationMode == PeerAuthenticationMode.Password, "Invalid AuthenticationMode!");
System\ServiceModel\Channels\PeerSecurityManager.cs (15)
146authMode = PeerAuthenticationMode.Password; 174if (authenticationMode == PeerAuthenticationMode.Password) 211case PeerAuthenticationMode.Password: 297case PeerAuthenticationMode.Password: 507if (authenticationMode != PeerAuthenticationMode.Password) 530if (authenticationMode == PeerAuthenticationMode.Password) 589if (!(this.authenticationMode == PeerAuthenticationMode.Password)) 610if (this.authenticationMode == PeerAuthenticationMode.Password) 630if (this.authenticationMode != PeerAuthenticationMode.Password || request == null) 655PeerAuthenticationMode mode = PeerAuthenticationMode.Password; 738if (mode == PeerAuthenticationMode.Password) 758if (result == null && mode == PeerAuthenticationMode.Password) 822if (this.mode == PeerAuthenticationMode.Password) 938if (result == null && mode == PeerAuthenticationMode.Password) 999if (mode == PeerAuthenticationMode.Password && IsForConnectionValidator(requirement))
System\ServiceModel\Channels\TransportDefaults.cs (1)
411internal const PeerAuthenticationMode PeerNodeAuthenticationMode = PeerAuthenticationMode.Password;
System\ServiceModel\Security\PeerCredential.cs (1)
154case PeerAuthenticationMode.Password: