ServiceSettingsDictionary Class
Contains settings for a service such as the name, authentication provider information, connection strings, etc. The ServiceSettingsDictionary provides typed properties for known settings such as Name and Key as well as IDictionary<TKey, TValue> access for all other settings.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
System.Collections.Generic::Dictionary<TKey, TValue>
Microsoft.WindowsAzure.Mobile.Service::ServiceSettingsDictionary
| Name | Description | |
|---|---|---|
![]() | ServiceSettingsDictionary() | Initializes a new instance of the ServiceSettingsDictionary class. |
![]() | ServiceSettingsDictionary(SerializationInfo^, StreamingContext) | Initializes a new instance of the ServiceSettingsDictionary class with the specified serialization information and streaming context. |
| 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>.) |
Any property values set on an instance will only stay in effect for the lifetime of the current AppDomain. To change the settings in a persistent manner, please update them using a mechanism provided by the service host.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





