9 references to IsAuthenticationSupported
System.ServiceModel (9)
System\ServiceModel\Channels\HttpChannelListener.cs (9)
415Fx.Assert(this.IsAuthenticationSupported, "SecurityTokenAuthenticator should only be initialized when authentication is supported."); 471if (this.IsAuthenticationSupported) 494return this.IsAuthenticationRequired || (this.IsAuthenticationSupported && authenticationContext.LogonUserIdentity.IsAuthenticated); 501return this.IsAuthenticationRequired || (this.IsAuthenticationSupported && listenerContext.Request.IsAuthenticated); 685if (this.IsAuthenticationSupported) 711if (this.IsAuthenticationSupported) 986if (this.IsAuthenticationSupported) 1004if (this.IsAuthenticationSupported) 1060if (this.IsAuthenticationSupported)