public static AuthenticationBuilder ConfigureGemstoneWebAuthentication(
this IServiceCollection services,
Action<IAuthenticationBuilder> configure
)<ExtensionAttribute>
Public Shared Function ConfigureGemstoneWebAuthentication (
services As IServiceCollection,
configure As Action(Of IAuthenticationBuilder)
) As AuthenticationBuilderpublic:
[ExtensionAttribute]
static AuthenticationBuilder^ ConfigureGemstoneWebAuthentication(
IServiceCollection^ services,
Action<IAuthenticationBuilder^>^ configure
)Gemstone.Web.Security.AuthenticationWebBuilderExtensions.ConfigureGemstoneWebAuthentication = function(services, configure);