WindowsAuthenticationProviderExtensions Class

Defines extensions for setting up the WindowsAuthenticationProvider.

Definition

Namespace: Gemstone.Security.AuthenticationProviders
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.181 -- Release Build+ddfc5abcc226f4dec0986b2a0da5f8a889a81a36
public static class WindowsAuthenticationProviderExtensions
Inheritance
Object    WindowsAuthenticationProviderExtensions

Methods

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.

Fields

DefaultIdentity The identity used by default if one is not provided.

See Also