ApiResourceBuilder.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 die Ressource fest.
public:
Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiResourceBuilder ^ WithApplicationProfile(System::String ^ profile);
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder WithApplicationProfile (string profile);
member this.WithApplicationProfile : string -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder
Public Function WithApplicationProfile (profile As String) As ApiResourceBuilder
Parameter
- profile
- String
Das Profil für die Anwendung von ApplicationProfiles.
Gibt zurück
Die ApiResourceBuilder.