Click or drag to resize

AzureADSettingsLoadFromConfig Method

Loads Azure AD settings from categorized settings.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public static AzureADSettings LoadFromConfig(
	string settingsCategory = null
)
View Source

Parameters

settingsCategory  String  (Optional)
Settings category to use for settings load.

Return Value

AzureADSettings
Loaded AzureADSettings settings instance.
See Also