public static AuthenticationBuilder ConfigureGemstoneWebAuthentication<T>(
this IServiceCollection services
)
where T : class, IAuthenticationSetup
<ExtensionAttribute>
Public Shared Function ConfigureGemstoneWebAuthentication(Of T As {Class, IAuthenticationSetup}) (
services As IServiceCollection
) As AuthenticationBuilderpublic:
[ExtensionAttribute]
generic<typename T>
where T : ref class, IAuthenticationSetup
static AuthenticationBuilder^ ConfigureGemstoneWebAuthentication(
IServiceCollection^ services
)