ApplicationProfilesPropertyValues 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 for special values defined for specific ApplicationProfilesPropertyNames keys.
public ref class ApplicationProfilesPropertyValues abstract sealed
public static class ApplicationProfilesPropertyValues
type ApplicationProfilesPropertyValues = class
Public Class ApplicationProfilesPropertyValues
- Inheritance
-
ApplicationProfilesPropertyValues
Fields
AllowAllApplications |
The value given to Clients in Duende.IdentityServer.Models.Resource.Properties to indicate that the resource can be accessed by all configured clients. |
Configuration |
The value given to Source in Duende.IdentityServer.Models.Resource.Properties or Duende.IdentityServer.Models.Client.Properties to indicate that the application was defined in configuration. |
Default |
The value given to Source in Duende.IdentityServer.Models.Resource.Properties to indicate that the resource was defined as a default identity resource. |