Try our conversational search powered by Generative AI!

Class BasicAuthenticationSection

Contains the configuration for the BasicAuthentication module.

Inheritance
System.Object
BasicAuthenticationSection
Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 11.20.7
Syntax
public class BasicAuthenticationSection : ConfigurationSection

Constructors

BasicAuthenticationSection()

Declaration
public BasicAuthenticationSection()

Properties

BasicRealm

Gets the basic realm used when sending a basic authentication challenge to the client.

Declaration
public string BasicRealm { get; }
Property Value
Type Description
System.String

The basic realm.

CurrentSection

Gets the BasicAuthenticationSection configuration for the current location.

Declaration
public static BasicAuthenticationSection CurrentSection { get; }
Property Value
Type Description
BasicAuthenticationSection

The current section.

SendBasicChallenge

Gets a value indicating whether the BasicAuthentication module should send basic challenge to the client.

Declaration
public bool SendBasicChallenge { get; }
Property Value
Type Description
System.Boolean

Extension Methods