Table of Contents

Class EntraApplicationAuthenticationSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the authentication settings for an Entra directory application.

public class EntraApplicationAuthenticationSettings : BypassSection
Inheritance
EntraApplicationAuthenticationSettings
Inherited Members

Constructors

EntraApplicationAuthenticationSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraApplicationAuthenticationSettings class.

public EntraApplicationAuthenticationSettings()

Properties

AppInstanceLockedProperties

Gets or sets the locked properties.

public EntraApplicationInstanceLockedProperties AppInstanceLockedProperties { get; set; }

Property Value

EntraApplicationInstanceLockedProperties

AppInstanceLockedPropertiesStrings

Gets the locked properties as human readable strings.

public SerializableStringCollection AppInstanceLockedPropertiesStrings { get; set; }

Property Value

SerializableStringCollection

PublicClient

Gets or sets the public client authentication settings.

public EntraApplicationPublicClientAuthenticationSettings PublicClient { get; set; }

Property Value

EntraApplicationPublicClientAuthenticationSettings

SinglePageApplication

Gets or sets the single-page application authentication (SPA) settings.

public EntraApplicationSinglePageApplicationAuthenticationSettings SinglePageApplication { get; set; }

Property Value

EntraApplicationSinglePageApplicationAuthenticationSettings

SupportedAccountTypes

Gets or sets the supported account types.

public EntraApplicationSupportedAccountTypes SupportedAccountTypes { get; set; }

Property Value

EntraApplicationSupportedAccountTypes

SupportedAccountTypesString

Gets the supported account types as a human readable string.

public string SupportedAccountTypesString { get; set; }

Property Value

string

Web

Gets or sets the web authentication settings.

public EntraApplicationWebAuthenticationSettings Web { get; set; }

Property Value

EntraApplicationWebAuthenticationSettings