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)

Syntax

protected virtual Collection<string> GetTenants(
    ServiceSettingsDictionary settings
)
protected:
virtual Collection<String^>^ GetTenants(
    ServiceSettingsDictionary^ settings
)
abstract GetTenants : 
        settings:ServiceSettingsDictionary -> Collection<string>
override GetTenants : 
        settings:ServiceSettingsDictionary -> Collection<string>
Protected Overridable Function GetTenants (
    settings As ServiceSettingsDictionary
) As Collection(Of String)

Parameters

Return Value

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

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

See Also

AzureActiveDirectoryLoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top