AccountExtensions.GetTenantProfiles(IAccount) Method

Definition

The same account can exist in its home tenant and also as a guest in multiple other tenants. TenantProfile is derived from the ID token for that tenant.

public static System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.TenantProfile> GetTenantProfiles (this Microsoft.Identity.Client.IAccount account);
static member GetTenantProfiles : Microsoft.Identity.Client.IAccount -> seq<Microsoft.Identity.Client.TenantProfile>
<Extension()>
Public Function GetTenantProfiles (account As IAccount) As IEnumerable(Of TenantProfile)

Parameters

account
IAccount

Returns

Remarks

Only tenants for which a token was acquired will be available in Microsoft.Identity.Client.Account.TenantProfiles property.

Applies to