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