ApplicationProfilesPropertyNames 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于分别在 或 的 中Duende.IdentityServer.Models.Client.PropertiesDuende.IdentityServer.Models.Resource.Properties存储有关应用程序配置文件的信息的Duende.IdentityServer.Models.ClientDuende.IdentityServer.Models.ApiResource常量。
public ref class ApplicationProfilesPropertyNames abstract sealed
public static class ApplicationProfilesPropertyNames
type ApplicationProfilesPropertyNames = class
Public Class ApplicationProfilesPropertyNames
- 继承
-
ApplicationProfilesPropertyNames
字段
Clients |
上 Duende.IdentityServer.Models.Resource.Properties客户端的键。
“客户端”值将 |
Profile |
或 上的Duende.IdentityServer.Models.Client.PropertiesDuende.IdentityServer.Models.Resource.Properties配置文件的键。 配置文件值将是 中的 ApplicationProfiles常量之一。 |
Source |
或 上的Duende.IdentityServer.Models.Client.PropertiesDuende.IdentityServer.Models.Resource.Properties源键。 Source 值为 Configuration(如果存在)。 |