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