|
AuthenticationOptionsExtensionsGetFullAuthTestPath(AuthenticationOptions, String) Method
|
Gets full path to
AuthTestPage,
evaluating leading
~ character as the given base path.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntax<ExtensionAttribute>
Public Shared Function GetFullAuthTestPath (
options As AuthenticationOptions,
basePath As String
) As String
public:
[ExtensionAttribute]
static String^ GetFullAuthTestPath(
AuthenticationOptions^ options,
String^ basePath
)
[<ExtensionAttribute>]
static member GetFullAuthTestPath :
options : AuthenticationOptions *
basePath : string -> string
GSF.Web.Security.AuthenticationOptionsExtensions.GetFullAuthTestPath = function(options, basePath);
View SourceParameters
- options AuthenticationOptions
- Authentication options for the website
- basePath String
- Base path of the website
Return Value
StringThe full path to the auth test page.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
AuthenticationOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also