public static IServiceCollection AddWindowsAuthenticationProvider(
this IServiceCollection services,
string identity,
Action<WindowsAuthenticationProviderOptions> configure
)<ExtensionAttribute>
Public Shared Function AddWindowsAuthenticationProvider (
services As IServiceCollection,
identity As String,
configure As Action(Of WindowsAuthenticationProviderOptions)
) As IServiceCollectionpublic:
[ExtensionAttribute]
static IServiceCollection^ AddWindowsAuthenticationProvider(
IServiceCollection^ services,
String^ identity,
Action<WindowsAuthenticationProviderOptions^>^ configure
)Gemstone.Security.AuthenticationProviders.WindowsAuthenticationProviderExtensions.AddWindowsAuthenticationProvider = function(services, identity, configure);