KestrunHostAuthExtensions.AddWindowsAuthentication method

Adds Windows Authentication to the Kestrun host.

The authentication scheme name is AuthenticationScheme. This enables Kerberos and NTLM authentication.

public static KestrunHost AddWindowsAuthentication(this KestrunHost host)
parameter description
host The Kestrun host instance.

Return Value

The configured KestrunHost instance.

See Also