ClientCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |
で指定されたクライアントを使用して の新しいインスタンス ClientCollection を |
ClientCollection(IList<Client>) |
で指定されたクライアントを使用して の新しいインスタンス ClientCollection を |
プロパティ
Item[String] |
クライアント ID を指定してクライアントを取得します。 |
メソッド
AddIdentityServerSPA(String, Action<ClientBuilder>) |
承認サーバーと共存する単一ページ アプリケーションを追加します。 |
AddNativeApp(String, Action<ClientBuilder>) |
外部に登録されたネイティブ アプリケーションを追加します。. |
AddRange(Client[]) |
のクライアント |
AddRange(Client[]) |
のクライアント |
AddSPA(String, Action<ClientBuilder>) |
外部に登録されたシングル ページ アプリケーションを追加します。 |