Base:
property
IsAuthenticated
System.Security.Claims.ClaimsIdentity.IsAuthenticated
3 references to IsAuthenticated
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
494return this.IsAuthenticationRequired || (this.IsAuthenticationSupported && authenticationContext.LogonUserIdentity.IsAuthenticated); 693authenticationContext.LogonUserIdentity.IsAuthenticated &&
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
187if (identity == null || !identity.IsAuthenticated)