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