3 references to AuthenticationMode
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
719Fx.AssertAndThrow(this.securityManager.AuthenticationMode == PeerAuthenticationMode.Password, "Invalid AuthenticationMode!");
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
255if (this.AuthenticationMode == PeerAuthenticationMode.None) 578if (this.AuthenticationMode != PeerAuthenticationMode.None)