ApiScopeCollection 构造函数

定义

重载

ApiScopeCollection()

初始化 ApiScopeCollection 的新实例。

ApiScopeCollection(IList<ApiScope>)

使用 中的list给定 API 范围初始化 的新实例ApiScopeCollection

ApiScopeCollection(IList<ApiScope>)

使用 中的list给定 API 范围初始化 的新实例ApiScopeCollection

ApiScopeCollection()

Source:
ApiScopeCollection.cs
Source:
ApiScopeCollection.cs
Source:
ApiScopeCollection.cs
Source:
ApiScopeCollection.cs

初始化 ApiScopeCollection 的新实例。

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

适用于

ApiScopeCollection(IList<ApiScope>)

Source:
ApiScopeCollection.cs
Source:
ApiScopeCollection.cs
Source:
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>)

Source:
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

适用于