| AddWindowsAuthenticationProvider(IServiceCollection) | Adds the windows authentication provider as a singleton service using the default identity and options. |
| AddWindowsAuthenticationProvider(IServiceCollection, WindowsAuthenticationProviderOptions) | Adds the windows authentication provider as a singleton service using the default identity and given options. |
| AddWindowsAuthenticationProvider(IServiceCollection, ActionWindowsAuthenticationProviderOptions) | Adds the windows authentication provider as a transient service using the default identity and configured options. |
| AddWindowsAuthenticationProvider(IServiceCollection, String) | Adds the windows authentication provider as a singleton service using the given identity and default options. |
| AddWindowsAuthenticationProvider(IServiceCollection, String, WindowsAuthenticationProviderOptions) | Adds the windows authentication provider as a singleton service using the given identity and options. |
| AddWindowsAuthenticationProvider(IServiceCollection, String, ActionWindowsAuthenticationProviderOptions) | Adds the windows authentication provider as a transient service using the given identity and configured options. |