次の方法で共有


ApiScopeCollection コンストラクター

定義

オーバーロード

ApiScopeCollection()

ApiScopeCollection の新しいインスタンスを初期化します。

ApiScopeCollection(IList<ApiScope>)

で指定された API スコープを使用して、 の ApiScopeCollection 新しいインスタンスを初期化します list

ApiScopeCollection(IList<ApiScope>)

で指定された API スコープを使用して、 の ApiScopeCollection 新しいインスタンスを初期化します list

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

で指定された API スコープを使用して、 の ApiScopeCollection 新しいインスタンスを初期化します list

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

で指定された API スコープを使用して、 の ApiScopeCollection 新しいインスタンスを初期化します list

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リスト。

適用対象