Class AzureWebAppIdentityProviderBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the base class of an identity provider for an Azure web app.
public abstract class AzureWebAppIdentityProviderBase : BaseTypeSection
- Inheritance
-
AzureWebAppIdentityProviderBase
- Derived
Constructors
AzureWebAppIdentityProviderBase()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureWebAppIdentityProviderBase class.
public AzureWebAppIdentityProviderBase()
Properties
IsConfigured
Gets whether the identity provider is configured.
public abstract bool IsConfigured { get; }