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(IList<Client>) |
使用 中的 |
屬性
Item[String] |
取得指定其用戶端識別碼的用戶端。 |
方法
AddIdentityServerSPA(String, Action<ClientBuilder>) |
新增與授權伺服器共存的單一頁面應用程式。 |
AddNativeApp(String, Action<ClientBuilder>) |
新增外部註冊的原生應用程式。 |
AddRange(Client[]) |
將 中的 |
AddRange(Client[]) |
將 中的 |
AddSPA(String, Action<ClientBuilder>) |
新增外部註冊的單頁應用程式。 |