ApiResourceBuilder.WithApplicationProfile(String) Method

Definition

Sets the application profile for the resource.

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

Parameters

profile
String

The the profile for the application from ApplicationProfiles.

Returns

The ApiResourceBuilder.

Applies to