Click or drag to resize

ReadonlyAuthenticationOptionsIsAlternateSecurityProviderResource Method

Determines whether the given resource is using the alternate SecuityProvider.

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 alternative SecurityProvider resource.

Return Value

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