IdentityResourceCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
IdentityResourceCollection() |
初始化 IdentityResourceCollection 的新实例。 |
IdentityResourceCollection(IList<IdentityResource>) |
使用 中的 |
IdentityResourceCollection(IList<IdentityResource>) |
使用 中的 |
IdentityResourceCollection()
初始化 IdentityResourceCollection 的新实例。
public:
IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()
适用于
IdentityResourceCollection(IList<IdentityResource>)
使用 中的list
给定标识资源初始化 的新实例IdentityResourceCollection。
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>)
使用 中的list
给定标识资源初始化 的新实例IdentityResourceCollection。
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。