Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public Authenticator(
    Func<IHttpUrl, string> defaultReturnTo,
    string appName
)

Summary

Constructor.

Parameters

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.