public static IServiceCollection AddGemstoneAuthentication(
this IServiceCollection services,
Action<IAuthenticationBuilder> configure
)<ExtensionAttribute>
Public Shared Function AddGemstoneAuthentication (
services As IServiceCollection,
configure As Action(Of IAuthenticationBuilder)
) As IServiceCollectionpublic:
[ExtensionAttribute]
static IServiceCollection^ AddGemstoneAuthentication(
IServiceCollection^ services,
Action<IAuthenticationBuilder^>^ configure
)Gemstone.Security.AuthenticationProviders.AuthenticationBuilderExtensions.AddGemstoneAuthentication = function(services, configure);