public static IServiceCollection AddGemstoneAuthentication<T>(
this IServiceCollection services
)
where T : class, IAuthenticationSetup
<ExtensionAttribute>
Public Shared Function AddGemstoneAuthentication(Of T As {Class, IAuthenticationSetup}) (
services As IServiceCollection
) As IServiceCollectionpublic:
[ExtensionAttribute]
generic<typename T>
where T : ref class, IAuthenticationSetup
static IServiceCollection^ AddGemstoneAuthentication(
IServiceCollection^ services
)[Missing <typeparam name="T"/> documentation for "M:Gemstone.Security.AuthenticationProviders.AuthenticationBuilderExtensions.AddGemstoneAuthentication``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)"]