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