Click or drag to resize

AuthenticationMiddleware Constructor

Creates a new instance of the AuthenticationMiddleware class.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public AuthenticationMiddleware(
	OwinMiddleware next,
	AuthenticationOptions options
)
View Source

Parameters

next  OwinMiddleware
The next middle-ware object in the pipeline.
options  AuthenticationOptions
The options for authentication.
See Also