Sdílet prostřednictvím


ClientBuilder.WithApplicationProfile(String) Metoda

Definice

Nastaví profil aplikace pro klienta.

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

Parametry

profile
String

Profil pro aplikaci z ApplicationProfiles.

Návraty

Hodnota ClientBuilder

Platí pro