Partager via


ClientBuilder.WithApplicationProfile(String) Méthode

Définition

Définit le profil d’application pour le client.

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

Paramètres

profile
String

Profil de l’application à partir de ApplicationProfiles.

Retours

L’ClientBuilderopérateur

S’applique à