Click or drag to resize

AuthenticationOptionsIsAuthFailureRedirectResource Method

Determines whether the given resource is an authentication failure redirect resource.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool IsAuthFailureRedirectResource(
	string urlPath
)
View Source

Parameters

urlPath  String
Path to check as an authentication failure redirect resource.

Return Value

Boolean
true if path is an authentication failure redirect resource; otherwise, false.
See Also