ClientCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ClientCollection() |
初始化 ClientCollection 的新实例。 |
ClientCollection(IList<Client>) |
使用 中的 |
ClientCollection(IList<Client>) |
使用 中的 |
ClientCollection()
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
初始化 ClientCollection 的新实例。
public:
ClientCollection();
public ClientCollection ();
Public Sub New ()
适用于
ClientCollection(IList<Client>)
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- 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>)
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- 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。