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 。