AuthenticationRuntimeMiddleware Constructor

Represents a middleware used to assign claims to authenticated users.

Definition

Namespace: Gemstone.Web.Security
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.166 -- Release Build+4a305edb6f8467fec4d04bc8edb60d0dcc31a9ba
public AuthenticationRuntimeMiddleware(
	RequestDelegate next,
	IAuthenticationRuntime runtime,
	AuthenticationProviderInfo providerInfo
)

Parameters

next  RequestDelegate
Delegate used to invoke the next middleware in the pipeline
runtime  IAuthenticationRuntime
The authentication runtime used to query assigned claims
providerInfo  AuthenticationProviderInfo
Information about the provider that authenticates the user

See Also