Class BasicAuthenticationSection
Contains the configuration for the BasicAuthentication module.
Inheritance
System.Object
    BasicAuthenticationSection
  Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 10.10.4Syntax
public class BasicAuthenticationSection : ConfigurationSectionConstructors
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 | 
