Table of Contents

Class AzureWebAppCustomIdentityProviders

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

Represents a collection of Azure web app custom identity providers.

public class AzureWebAppCustomIdentityProviders : BaseTypeSection
Inheritance
AzureWebAppCustomIdentityProviders

Constructors

AzureWebAppCustomIdentityProviders()

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

public AzureWebAppCustomIdentityProviders()

Properties

Items

Gets or sets the items in the collection.

public AzureWebAppCustomIdentityProviderCollection Items { get; set; }

Property Value

AzureWebAppCustomIdentityProviderCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProviders class from the specified XML.

public static AzureWebAppCustomIdentityProviders FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureWebAppCustomIdentityProviders

A CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProviders class.

ToString()

Returns the custom identity providers as a human readable string.

public override string ToString()

Returns

string

The custom identity providers as a human readable string.