WindowsAuthenticationMiddleware.

WindowsAuthenticationMiddleware(RequestDelegate, ILoggerFactory) Constructor

Syntax

public WindowsAuthenticationMiddleware(RequestDelegate next, ILoggerFactory loggerFactory)

Parameters

Name Type Description
next RequestDelegate
loggerFactory ILoggerFactory

Return Value

Type Description
void