次の方法で共有


ClientCollection コンストラクター

定義

オーバーロード

ClientCollection()

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

ClientCollection(IList<Client>)

で指定されたクライアントを使用して の新しいインスタンス ClientCollectionlist初期化します。

ClientCollection(IList<Client>)

で指定されたクライアントを使用して の新しいインスタンス ClientCollectionlist初期化します。

ClientCollection()

ソース:
ClientCollection.cs
ソース:
ClientCollection.cs
ソース:
ClientCollection.cs
ソース:
ClientCollection.cs
ソース:
ClientCollection.cs
ソース:
ClientCollection.cs

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

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

適用対象

ClientCollection(IList<Client>)

ソース:
ClientCollection.cs
ソース:
ClientCollection.cs
ソース:
ClientCollection.cs

で指定されたクライアントを使用して の新しいインスタンス ClientCollectionlist初期化します。

public ClientCollection (System.Collections.Generic.IList<Duende.IdentityServer.Models.Client> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.Client> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection
Public Sub New (list As IList(Of Client))

パラメーター

list
IList<Duende.IdentityServer.Models.Client>

の最初の Duende.IdentityServer.Models.Client一覧。

適用対象

ClientCollection(IList<Client>)

ソース:
ClientCollection.cs
ソース:
ClientCollection.cs
ソース:
ClientCollection.cs

で指定されたクライアントを使用して の新しいインスタンス ClientCollectionlist初期化します。

public:
 ClientCollection(System::Collections::Generic::IList<IdentityServer4::Models::Client ^> ^ list);
public ClientCollection (System.Collections.Generic.IList<IdentityServer4.Models.Client> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection : System.Collections.Generic.IList<IdentityServer4.Models.Client> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection
Public Sub New (list As IList(Of Client))

パラメーター

list
IList<IdentityServer4.Models.Client>

の最初の IdentityServer4.Models.Client一覧。

適用対象