ClientCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| ClientCollection() |
初始化 ClientCollection 的新執行個體。 |
| ClientCollection(IList<Client>) |
使用 中的 |
| ClientCollection(IList<Client>) |
使用 中的 |
ClientCollection()
初始化 ClientCollection 的新執行個體。
public:
ClientCollection();
public ClientCollection();
Public Sub New ()
適用於
ClientCollection(IList<Client>)
使用 中的 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>)
使用 中的 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 。