public static class WindowsAuthenticationProviderExtensions<ExtensionAttribute>
Public NotInheritable Class WindowsAuthenticationProviderExtensions[ExtensionAttribute]
public ref class WindowsAuthenticationProviderExtensions abstract sealedGemstone.Security.AuthenticationProviders.WindowsAuthenticationProviderExtensions = function();
Type.createClass(
'Gemstone.Security.AuthenticationProviders.WindowsAuthenticationProviderExtensions');| 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. |
| DefaultIdentity | The identity used by default if one is not provided. |