Freigeben über


ClientBuilder.WithApplicationProfile(String) Methode

Definition

Legt das Anwendungsprofil für den Client fest.

public:
 Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientBuilder ^ WithApplicationProfile(System::String ^ profile);
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder WithApplicationProfile (string profile);
member this.WithApplicationProfile : string -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder
Public Function WithApplicationProfile (profile As String) As ClientBuilder

Parameter

profile
String

Das Profil für die Anwendung von ApplicationProfiles.

Gibt zurück

Die ClientBuilder.

Gilt für: