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)
Syntax
[DebuggerStepThroughAttribute]
protected virtual Task<string> GetTenantIssuer(
HttpClient httpClient,
string tenant
)
protected:
[DebuggerStepThroughAttribute]
virtual Task<String^>^ GetTenantIssuer(
HttpClient^ httpClient,
String^ tenant
)
[<DebuggerStepThroughAttribute>]
abstract GetTenantIssuer :
httpClient:HttpClient *
tenant:string -> Task<string>
[<DebuggerStepThroughAttribute>]
override GetTenantIssuer :
httpClient:HttpClient *
tenant:string -> Task<string>
<DebuggerStepThroughAttribute>
Protected Overridable Function GetTenantIssuer (
httpClient As HttpClient,
tenant As String
) As Task(Of String)
Parameters
httpClient
Type: System.Net.Http.HttpClientThe HttpConfiguration for this service instance.
tenant
Type: System.StringThe tenant to resolve the issuer for
Return Value
Type: System.Threading.Tasks.Task<String>
See Also
AzureActiveDirectoryLoginAuthenticationProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top