Click or drag to resize

VGCoreMiddlewareExtensionsUseVGAuthentication Method (IApplicationBuilder, VGCoreMiddlewareBehaviour)

Namespace:  Novalys.VisualGuard.Security.WebForm.Core
Assembly:  Novalys.VisualGuard.Security.WebForm.Core (in Novalys.VisualGuard.Security.WebForm.Core.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public static IApplicationBuilder UseVGAuthentication(
	this IApplicationBuilder builder,
	VGCoreMiddlewareBehaviour vgBehaviour
)

Parameters

builder
Type: IApplicationBuilder
vgBehaviour
Type: Novalys.VisualGuard.Security.WebForm.CoreVGCoreMiddlewareBehaviour

Return Value

Type: IApplicationBuilder

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IApplicationBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also