ApplicationProfilesPropertyNames 类

定义

用于分别在 或 的 中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客户端的键。 “客户端”值将 * 指示允许所有客户端访问此资源或允许访问此资源的客户端 ID 的空格分隔列表。

Profile

或 上的Duende.IdentityServer.Models.Client.PropertiesDuende.IdentityServer.Models.Resource.Properties配置文件的键。 配置文件值将是 中的 ApplicationProfiles常量之一。

Source

或 上的Duende.IdentityServer.Models.Client.PropertiesDuende.IdentityServer.Models.Resource.Properties源键。 Source 值为 Configuration(如果存在)。

适用于