Click or drag to resize

AsdWebSignerExtensionsUseAsdWebSigner Method

Enables and configure ASDWebSigner Middleware

Namespace:  Microsoft.AspNetCore.Builder
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public static IApplicationBuilder UseAsdWebSigner(
	this IApplicationBuilder app,
	StartupSettings startupSettings
)

Parameters

app
Type: IApplicationBuilder
Implemenation of the IApplicationBuilder
startupSettings
Type: ASDSoft.WebSigner.Server.AspNetCoreStartupSettings
Settings for configuration ASDWebSigner

Return Value

Type: IApplicationBuilder
Implemenation of the 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