1 write to authenticationMode
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
50this.authenticationMode = authMode;
11 references to authenticationMode
System.ServiceModel (11)
System\ServiceModel\Channels\PeerSecurityManager.cs (11)
59return authenticationMode; 482else if (this.authenticationMode != that.authenticationMode) 484else if (this.authenticationMode == PeerAuthenticationMode.None) 507if (authenticationMode != PeerAuthenticationMode.Password) 528return (authenticationMode == PeerAuthenticationMode.None); 530if (authenticationMode == PeerAuthenticationMode.Password) 569if (authenticationMode != PeerAuthenticationMode.None) 589if (!(this.authenticationMode == PeerAuthenticationMode.Password)) 610if (this.authenticationMode == PeerAuthenticationMode.Password) 630if (this.authenticationMode != PeerAuthenticationMode.Password || request == null)