ApiResourceBuilder.WithApplicationProfile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.