ClientBuilder.WithApplicationProfile(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt das Anwendungsprofil für den Client fest.
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
Parameter
- profile
- String
Das Profil für die Anwendung von ApplicationProfiles.
Gibt zurück
Die ClientBuilder.