Azure
|
The AzureADSettings type exposes the following members.
Name | Description | |
---|---|---|
AzureADSettings | Initializes a new instance of the AzureADSettings class |
Name | Description | |
---|---|---|
Authority | Gets the Azure AD authority (Instance + TenantID). | |
CallbackPath | Gets or sets the Azure AD call-back path. | |
ClientID | Gets or sets the Azure AD client ID. | |
Enabled | Gets the flag that determines if Azure AD is enabled. | |
Instance | Gets or sets the Azure AD instance URL. | |
LastException | Gets the last exception, if any, encountered after getting a new Graph service client. | |
RedirectURI | Gets or sets the redirect URI where authentication responses can be received by the application. | |
SignedOutCallbackPath | Gets or sets the Azure AD signed out call-back path. | |
TenantID | Gets or sets the Azure AD tenant ID. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetGraphClient | Gets a new Graph service client. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Load | Loads Azure AD settings. Source based on target configuration. | |
LoadFromAppSettings | Loads Azure AD settings from the specified JSON application settings file. | |
LoadFromConfig | Loads Azure AD settings from categorized settings. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
DefaultCallbackPath | Default value for CallbackPath property. | |
DefaultClientID | Default value for ClientID property. | |
DefaultEnabled | Default value for Enabled property. | |
DefaultInstance | Default value for Instance property. | |
DefaultRedirectURI | Default value for RedirectURI property. | |
DefaultSettingsCategory | Default category for Azure AD settings. | |
DefaultSignedOutCallbackPath | Default value for SignedOutCallbackPath property. | |
DefaultTenantID | Default value for TenantID property. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |