ClientBuilder.WithApplicationProfile(String) Метод

Определение

Задает профиль приложения для клиента.

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

Параметры

profile
String

Профиль приложения из ApplicationProfiles.

Возвращаемое значение

ClientBuilder.

Применяется к