Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: FileAuthenticator(string, Func<IHttpUrl, string>, string)

Declaration

public FileAuthenticator(
    string usersFilePath,
    Func<IHttpUrl, string> defaultReturnTo,
    string appName
)

Summary

Constructor.

Parameters

stringusersFilePath 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.
stringappName Name of the application which uses this authentication handler.