public static IApplicationBuilder UseGemstoneAuthentication(
this IApplicationBuilder app,
Action<IAuthenticationWebBuilder> configure
)<ExtensionAttribute>
Public Shared Function UseGemstoneAuthentication (
app As IApplicationBuilder,
configure As Action(Of IAuthenticationWebBuilder)
) As IApplicationBuilderpublic:
[ExtensionAttribute]
static IApplicationBuilder^ UseGemstoneAuthentication(
IApplicationBuilder^ app,
Action<IAuthenticationWebBuilder^>^ configure
)Gemstone.Web.Security.AuthenticationWebBuilderExtensions.UseGemstoneAuthentication = function(app, configure);