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