Click or drag to resize

AuthenticationOptionsIsAlternateSecurityProviderResource Method

Determines whether the given resource is a alternate securtityProvider resource.

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

Parameters

urlPath  String
Path to check as an alternate securtityProvider resource.

Return Value

Boolean
true if path is an alternate securtityProvider resource; otherwise, false.
See Also