FormsAuthenticationSettings Class

Definition

Defines key names that override default settings in the <appSettings> section of the Web.config file.

public static class FormsAuthenticationSettings
type FormsAuthenticationSettings = class
Public Class FormsAuthenticationSettings
Inheritance
FormsAuthenticationSettings

Fields

DefaultLoginUrl

The key to access the default login URL.

LoginUrlKey

The key to access the login URL key.

PreserveLoginUrlKey

The key to access the setting that preserves the term "login" instead of overriding it with "logon".

Applies to