共用方式為


ClientCollection 建構函式

定義

多載

ClientCollection()

初始化 ClientCollection 的新執行個體。

ClientCollection(IList<Client>)

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

ClientCollection(IList<Client>)

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

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

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

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

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

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

適用於