Click or drag to resize

AuthenticationMiddlewareCreateHandler Method

Returns the authentication handler that provides the authentication logic.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected override AuthenticationHandler<AuthenticationOptions> CreateHandler()
View Source

Return Value

AuthenticationHandlerAuthenticationOptions
The authentication handler to provide authentication logic.
See Also