共用方式為


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>)

使用 中的 list 指定用戶端,初始化 的新實例 ClientCollection

ClientCollection(IList<Client>)

使用 中的 list 指定用戶端,初始化 的新實例 ClientCollection

屬性

Item[String]

取得指定其用戶端識別碼的用戶端。

方法

AddIdentityServerSPA(String, Action<ClientBuilder>)

新增與授權伺服器共存的單一頁面應用程式。

AddNativeApp(String, Action<ClientBuilder>)

新增外部註冊的原生應用程式。

AddRange(Client[])

將 中的 clients 用戶端加入至集合。

AddRange(Client[])

將 中的 clients 用戶端加入至集合。

AddSPA(String, Action<ClientBuilder>)

新增外部註冊的單頁應用程式。

適用於