共用方式為


IdentityResourceCollection 建構函式

定義

多載

IdentityResourceCollection()

初始化 IdentityResourceCollection 的新執行個體。

IdentityResourceCollection(IList<IdentityResource>)

使用 中的 list 指定識別資源,初始化 的新實例 IdentityResourceCollection

IdentityResourceCollection(IList<IdentityResource>)

使用 中的 list 指定識別資源,初始化 的新實例 IdentityResourceCollection

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

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

來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
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

適用於