ApiScopeCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApiScopeCollection() |
ApiScopeCollection の新しいインスタンスを初期化します。 |
ApiScopeCollection(IList<ApiScope>) |
で指定された API スコープを使用して、 の ApiScopeCollection 新しいインスタンスを初期化します |
ApiScopeCollection(IList<ApiScope>) |
で指定された API スコープを使用して、 の ApiScopeCollection 新しいインスタンスを初期化します |
ApiScopeCollection()
ApiScopeCollection の新しいインスタンスを初期化します。
public:
ApiScopeCollection();
public ApiScopeCollection ();
Public Sub New ()
適用対象
ApiScopeCollection(IList<ApiScope>)
で指定された 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>)
で指定された 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リスト。