Click or drag to resize

ReadonlyAuthenticationOptionsGetAuthenticationOptions Method

Retrieves the authentication options from the given HttpRequestMessage.

Namespace:  GSF.Web.Security
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.202-beta
Syntax
public static ReadonlyAuthenticationOptions GetAuthenticationOptions(
	HttpRequestMessage request
)
Request Example View Source

Parameters

request
Type: System.Net.HttpHttpRequestMessage
The HTTP request.

Return Value

Type: ReadonlyAuthenticationOptions
The authentication options.
See Also