Declaration
public FileAuthenticator(
string usersFilePath,
Func<IHttpUrl, string> defaultReturnTo,
string appName
)Summary
Provides functionality for a login system.
Parameters
| string | usersFilePath |
Specifies the path and filename of an XML file containing the users and passwords. |
| Func<IHttpUrl, string> | defaultReturnTo |
Default URL to redirect to when a login attempt is successful. This can be overridden by a "returnto" GET parameter. |
| string | appName |
Name of the application which uses this authentication handler. |