ServiceSettingsDictionary Properties
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | AzureActiveDirectoryAudience | Gets or sets the Azure Active Directory audience used for token validation. |
![]() | AzureActiveDirectoryClientId | Gets or sets the Azure Active Directory client ID. |
![]() | AzureActiveDirectoryTenants | Gets or sets a comma separated list of allowed AAD tenants. These should be specified as tenant domain names. |
![]() | Comparer | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Connections | Gets the set of connection strings for the service. |
![]() | Count | (Inherited from Dictionary<TKey, TValue>.) |
![]() | CrossDomainOrigins | Gets or sets a comma-separated list of origins that are allowed to access the resource. |
![]() | FacebookAppId | Gets or sets the Facebook ID associated with this service. |
![]() | FacebookSecret | Gets or sets the Facebook secret associated with this service. |
![]() | GoogleAppId | Gets or sets the Google application ID associated with this service. |
![]() | GoogleSecret | Gets or sets the Google secret associated with this service. |
![]() | IsAzureActiveDirectoryAuthenticationEnabled | Gets a value indicating whether Azure Active Directory authentication is enabled for this service. |
![]() | IsFacebookAuthenticationEnabled | Gets a value indicating whether Facebook authentication is enabled for this service. |
![]() | IsGoogleAuthenticationEnabled | Gets a value indicating whether Google authentication is enabled for this service. |
![]() | IsMicrosoftAccountAuthenticationEnabled | Gets a value indicating whether Microsoft Account authentication is enabled for this service. |
![]() | IsTwitterAuthenticationEnabled | Gets a value indicating whether Twitter authentication is enabled for this service. |
![]() | Item[String] | Gets or sets the value associated with the specified key. |
![]() | Key | Gets or sets the service key (a.k.a. application key). |
![]() | Keys | (Inherited from Dictionary<TKey, TValue>.) |
![]() | MasterKey | Gets or sets the application master key. |
![]() | MicrosoftAccountClientId | Gets or sets the Microsoft Account client ID associated with this service. |
![]() | MicrosoftAccountClientSecret | Gets or sets the Microsoft Account client secret associated with this service. |
![]() | Name | Gets or sets the name of the service. |
![]() | NotificationHubName | Gets or sets the name of the Notification Hub associated with this service for handling push notifications. |
![]() | Schema | Gets or sets the default database schema name. This default database schema name is used for database objects that do not have an explicitly configured schema name. |
![]() | SubscriptionId | Gets or sets the SubscriptionId of the service. |
![]() | TwitterConsumerKey | Gets or sets the Twitter consumer key associated with this service. |
![]() | TwitterConsumerSecret | Gets or sets the Twitter consumer secret associated with this service. |
![]() | Values | (Inherited from Dictionary<TKey, TValue>.) |
