PublicClientApplicationBuilder.CreateWithApplicationOptions Methode

Definition

Erstellt einen PublicClientApplicationBuilder aus konfigurationsoptionen für öffentliche Clientanwendungen. Siehe https://aka.ms/msal-net-application-configuration.

public static Microsoft.Identity.Client.PublicClientApplicationBuilder CreateWithApplicationOptions(Microsoft.Identity.Client.PublicClientApplicationOptions options);
static member CreateWithApplicationOptions : Microsoft.Identity.Client.PublicClientApplicationOptions -> Microsoft.Identity.Client.PublicClientApplicationBuilder
Public Shared Function CreateWithApplicationOptions (options As PublicClientApplicationOptions) As PublicClientApplicationBuilder

Parameter

options
PublicClientApplicationOptions

Konfigurationsoptionen für öffentliche Clientanwendungen

Gibt zurück

Eine PublicClientApplicationBuilder , aus der weitere Parameter festgelegt und eine öffentliche Clientanwendungsinstanz erstellt werden soll

Gilt für: