3 references to IHttpAuthenticationFeatureType
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
127if (key == IHttpAuthenticationFeatureType) 259if (key == IHttpAuthenticationFeatureType) 401yield return new KeyValuePair<Type, object>(IHttpAuthenticationFeatureType, _currentIHttpAuthenticationFeature);