Share via


FormsAuthenticationSettings Class

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

Inheritance Hierarchy

System.Object
  WebMatrix.WebData.FormsAuthenticationSettings

Namespace:  WebMatrix.WebData
Assembly:  WebMatrix.WebData (in WebMatrix.WebData.dll)

Syntax

'Declaration
Public NotInheritable Class FormsAuthenticationSettings
'Usage
public static class FormsAuthenticationSettings
public ref class FormsAuthenticationSettings abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FormsAuthenticationSettings =  class end
public final class FormsAuthenticationSettings

The FormsAuthenticationSettings type exposes the following members.

Fields

  Name Description
Public fieldStatic member DefaultLoginUrl The key to access the default login URL.
Public fieldStatic member LoginUrlKey The key to access the login URL key.
Public fieldStatic member PreserveLoginUrlKey The key to access the setting that preserves the term "login" instead of overriding it with "logon".

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WebMatrix.WebData Namespace