ApplicationProfilesPropertyNames Class
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.
Constants used for storing information about application profiles in the Duende.IdentityServer.Models.Client.Properties or Duende.IdentityServer.Models.Resource.Properties of a Duende.IdentityServer.Models.Client or Duende.IdentityServer.Models.ApiResource respectively.
public ref class ApplicationProfilesPropertyNames abstract sealed
public static class ApplicationProfilesPropertyNames
type ApplicationProfilesPropertyNames = class
Public Class ApplicationProfilesPropertyNames
- Inheritance
-
ApplicationProfilesPropertyNames
Fields
Clients |
Key to the Clients on Duende.IdentityServer.Models.Resource.Properties.
The Clients value will be |
Profile |
Key to the Profile on Duende.IdentityServer.Models.Client.Properties or Duende.IdentityServer.Models.Resource.Properties. The Profile value will be one of the constants in ApplicationProfiles. |
Source |
Key to the Source on Duende.IdentityServer.Models.Client.Properties or Duende.IdentityServer.Models.Resource.Properties. The Source value will be Configuration if present. |