Поделиться через


IdentityResourceCollection Конструкторы

Определение

Перегрузки

IdentityResourceCollection()

Инициализирует новый экземпляр IdentityResourceCollection.

IdentityResourceCollection(IList<IdentityResource>)

Инициализирует новый экземпляр IdentityResourceCollection с заданными ресурсами удостоверения в list.

IdentityResourceCollection(IList<IdentityResource>)

Инициализирует новый экземпляр IdentityResourceCollection с заданными ресурсами удостоверения в list.

IdentityResourceCollection()

Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs

Инициализирует новый экземпляр IdentityResourceCollection.

public:
 IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()

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

IdentityResourceCollection(IList<IdentityResource>)

Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs

Инициализирует новый экземпляр IdentityResourceCollection с заданными ресурсами удостоверения в list.

public IdentityResourceCollection (System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))

Параметры

list
IList<Duende.IdentityServer.Models.IdentityResource>

Начальный список .Duende.IdentityServer.Models.IdentityResource

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

IdentityResourceCollection(IList<IdentityResource>)

Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs

Инициализирует новый экземпляр IdentityResourceCollection с заданными ресурсами удостоверения в list.

public:
 IdentityResourceCollection(System::Collections::Generic::IList<IdentityServer4::Models::IdentityResource ^> ^ list);
public IdentityResourceCollection (System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))

Параметры

list
IList<IdentityServer4.Models.IdentityResource>

Начальный список .IdentityServer4.Models.IdentityResource

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