2 references to IsAuthenticationRequired
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
494return this.IsAuthenticationRequired || (this.IsAuthenticationSupported && authenticationContext.LogonUserIdentity.IsAuthenticated); 501return this.IsAuthenticationRequired || (this.IsAuthenticationSupported && listenerContext.Request.IsAuthenticated);