public static IServiceCollection AddAuthenticationProvider(
this IServiceCollection services,
string identity,
Func<IServiceProvider, IAuthenticationProvider> providerFactory
)<ExtensionAttribute>
Public Shared Function AddAuthenticationProvider (
services As IServiceCollection,
identity As String,
providerFactory As Func(Of IServiceProvider, IAuthenticationProvider)
) As IServiceCollectionpublic:
[ExtensionAttribute]
static IServiceCollection^ AddAuthenticationProvider(
IServiceCollection^ services,
String^ identity,
Func<IServiceProvider^, IAuthenticationProvider^>^ providerFactory
)Gemstone.Security.AuthenticationProviders.AuthenticationProviderExtensions.AddAuthenticationProvider = function(services, identity, providerFactory);