AzureActiveDirectoryLoginAuthenticationProvider.GetTenantIssuer Method (HttpClient, String)

 

Returns the issuer for the specified tenant.

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

<DebuggerStepThroughAttribute>
Protected Overridable Function GetTenantIssuer (
	httpClient As HttpClient,
	tenant As String
) As Task(Of String)

Parameters

httpClient
Type: System.Net.Http.HttpClient

The HttpConfiguration for this service instance.

tenant
Type: System.String

The tenant to resolve the issuer for

Return Value

Type: System.Threading.Tasks.Task(Of String)
Return to top
Show: