ClientCollection 构造函数

定义

重载

ClientCollection()

初始化 ClientCollection 的新实例。

ClientCollection(IList<Client>)

使用 中的list给定客户端初始化 的新实例ClientCollection

ClientCollection(IList<Client>)

使用 中的list给定客户端初始化 的新实例ClientCollection

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

适用于