IdentityResourceCollection 构造函数

定义

重载

IdentityResourceCollection()

初始化 IdentityResourceCollection 的新实例。

IdentityResourceCollection(IList<IdentityResource>)

使用 中的list给定标识资源初始化 的新实例IdentityResourceCollection

IdentityResourceCollection(IList<IdentityResource>)

使用 中的list给定标识资源初始化 的新实例IdentityResourceCollection

IdentityResourceCollection()

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

初始化 IdentityResourceCollection 的新实例。

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

适用于

IdentityResourceCollection(IList<IdentityResource>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

使用 中的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>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

使用 中的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

适用于