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