AzureActiveDirectoryLoginProvider::GetTenants Method (ServiceSettingsDictionary^)

 

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

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

protected:
virtual Collection<String^>^ GetTenants(
	ServiceSettingsDictionary^ settings
)

Return Value

Type: System.Collections.ObjectModel::Collection<String^>^

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

Return to top
Show: