Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class BasicAuthenticationSection

Contains the configuration for the BasicAuthentication module.

Inheritance
System.Object
BasicAuthenticationSection
Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 7.19.2
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