|
ReadonlyAuthenticationOptionsIsAlternateSecurityProviderResource Method
|
Determines whether the given resource is using the alternate SecuityProvider.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public bool IsAlternateSecurityProviderResource(
string urlPath
)
Public Function IsAlternateSecurityProviderResource (
urlPath As String
) As Boolean
public:
bool IsAlternateSecurityProviderResource(
String^ urlPath
)
member IsAlternateSecurityProviderResource :
urlPath : string -> bool
function IsAlternateSecurityProviderResource(urlPath);
View SourceParameters
- urlPath String
- Path to check as an alternative SecurityProvider resource.
Return Value
Booleantrue if path is an alternate Security Provider resource; otherwise,
false.
See Also