次の方法で共有


ClientCollection クラス

定義

Duende.IdentityServer.Models.Client のコレクション。

public ref class ClientCollection : System::Collections::ObjectModel::Collection<IdentityServer4::Models::Client ^>
public class ClientCollection : System.Collections.ObjectModel.Collection<IdentityServer4.Models.Client>
public class ClientCollection : System.Collections.ObjectModel.Collection<Duende.IdentityServer.Models.Client>
type ClientCollection = class
    inherit Collection<Client>
Public Class ClientCollection
Inherits Collection(Of Client)
継承
Collection<IdentityServer4.Models.Client>
ClientCollection
継承
Collection<Duende.IdentityServer.Models.Client>
ClientCollection

コンストラクター

ClientCollection()

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

ClientCollection(IList<Client>)

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

ClientCollection(IList<Client>)

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

プロパティ

Item[String]

クライアント ID を指定してクライアントを取得します。

メソッド

AddIdentityServerSPA(String, Action<ClientBuilder>)

承認サーバーと共存する単一ページ アプリケーションを追加します。

AddNativeApp(String, Action<ClientBuilder>)

外部に登録されたネイティブ アプリケーションを追加します。.

AddRange(Client[])

のクライアント clients をコレクションに追加します。

AddRange(Client[])

のクライアント clients をコレクションに追加します。

AddSPA(String, Action<ClientBuilder>)

外部に登録されたシングル ページ アプリケーションを追加します。

適用対象