次の方法で共有


IdentityResourceCollection コンストラクター

定義

オーバーロード

IdentityResourceCollection()

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

IdentityResourceCollection(IList<IdentityResource>)

で指定された ID リソースlistを使用して の新しいインスタンスIdentityResourceCollectionを初期化します。

IdentityResourceCollection(IList<IdentityResource>)

で指定された ID リソースlistを使用して の新しいインスタンスIdentityResourceCollectionを初期化します。

IdentityResourceCollection()

ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs

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

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

適用対象

IdentityResourceCollection(IList<IdentityResource>)

ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs

で指定された 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>)

ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs
ソース:
IdentityResourceCollection.cs

で指定された 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一覧。

適用対象