AzureActiveDirectoryLoginProvider.GetTenants Method

Definition

Returns the set of tenants that have been registered for tenant issuer validation.

protected virtual System.Collections.ObjectModel.Collection<string> GetTenants (Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionary settings);
abstract member GetTenants : Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionary -> System.Collections.ObjectModel.Collection<string>
override this.GetTenants : Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionary -> System.Collections.ObjectModel.Collection<string>
Protected Overridable Function GetTenants (settings As ServiceSettingsDictionary) As Collection(Of String)

Parameters

settings
ServiceSettingsDictionary

The ServiceSettingsDictionary for this service.

Returns

A Collection<T> of tenants or null if none have been registered.

Applies to