ClientBuilder.WithApplicationProfile(String) Metoda

Definicja

Ustawia profil aplikacji dla 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 aplikacji z ApplicationProfileswitryny .

Zwraca

Element ClientBuilder.

Dotyczy