ApplicationProfilesPropertyNames Класс

Определение

Константы, используемые для хранения сведений о профилях приложений Duende.IdentityServer.Models.Client.Properties в или Duende.IdentityServer.Models.Resource.Properties или Duende.IdentityServer.Models.ApiResource соответственно.Duende.IdentityServer.Models.Client

public ref class ApplicationProfilesPropertyNames abstract sealed
public static class ApplicationProfilesPropertyNames
type ApplicationProfilesPropertyNames = class
Public Class ApplicationProfilesPropertyNames
Наследование
ApplicationProfilesPropertyNames

Поля

Clients

Ключ к клиентам в Duende.IdentityServer.Models.Resource.Properties. Значение Clients будет * указывать, что всем клиентам разрешен доступ к этому ресурсу, или разделенный пробелом список идентификаторов клиентов, которым разрешен доступ к этому ресурсу.

Profile

Ключ к профилю в Duende.IdentityServer.Models.Client.Properties или Duende.IdentityServer.Models.Resource.Properties. Значение Profile будет одной из констант в ApplicationProfiles.

Source

Ключ к источнику в Duende.IdentityServer.Models.Client.Properties или Duende.IdentityServer.Models.Resource.Properties. Исходное значение будет Иметь значение Конфигурация, если оно имеется.

Применяется к