AuthenticationSection::Mode Property
.NET Framework (current version)
Gets or sets the authentication modality.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("mode", DefaultValue = AuthenticationMode::Windows)] property AuthenticationMode Mode { AuthenticationMode get(); void set(AuthenticationMode value); }
Property Value
Type: System.Web.Configuration::AuthenticationModeOne of the AuthenticationMode values.
.NET Framework
Available since 2.0
Available since 2.0
Show: