Click or drag to resize

IWebPageControllerBuilderUseAuthenticationOptions Method

Use the given authentication options for enabling sessions.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
IWebPageControllerBuilder UseAuthenticationOptions(
	AuthenticationOptions authenticationOptions
)

Parameters

authenticationOptions  AuthenticationOptions
Authentication options for enabling sessions.

Return Value

IWebPageControllerBuilder
The web page controller builder.
See Also