共用方式為


ApiScopeCollection 建構函式

定義

多載

ApiScopeCollection()

初始化 ApiScopeCollection 的新執行個體。

ApiScopeCollection(IList<ApiScope>)

使用 中的 list 指定 API 範圍,初始化 的新實例 ApiScopeCollection

ApiScopeCollection(IList<ApiScope>)

使用 中的 list 指定 API 範圍,初始化 的新實例 ApiScopeCollection

ApiScopeCollection()

來源:
ApiScopeCollection.cs
來源:
ApiScopeCollection.cs
來源:
ApiScopeCollection.cs
來源:
ApiScopeCollection.cs

初始化 ApiScopeCollection 的新執行個體。

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

適用於

ApiScopeCollection(IList<ApiScope>)

來源:
ApiScopeCollection.cs
來源:
ApiScopeCollection.cs
來源:
ApiScopeCollection.cs

使用 中的 list 指定 API 範圍,初始化 的新實例 ApiScopeCollection

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

參數

list
IList<Duende.IdentityServer.Models.ApiScope>

的初始清單 Duende.IdentityServer.Models.ApiScope

適用於

ApiScopeCollection(IList<ApiScope>)

來源:
ApiScopeCollection.cs

使用 中的 list 指定 API 範圍,初始化 的新實例 ApiScopeCollection

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

參數

list
IList<IdentityServer4.Models.ApiScope>

的初始清單 IdentityServer4.Models.ApiScope

適用於