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

适用于