Partager via


ClientCollection Constructeurs

Définition

Surcharges

ClientCollection()

Initialise une nouvelle instance de ClientCollection.

ClientCollection(IList<Client>)

Initialise une nouvelle instance de ClientCollection avec les clients donnés dans list.

ClientCollection(IList<Client>)

Initialise une nouvelle instance de ClientCollection avec les clients donnés dans list.

ClientCollection()

Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs

Initialise une nouvelle instance de ClientCollection.

public:
 ClientCollection();
public ClientCollection ();
Public Sub New ()

S’applique à

ClientCollection(IList<Client>)

Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs

Initialise une nouvelle instance de ClientCollection avec les clients donnés dans list.

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

Paramètres

list
IList<Duende.IdentityServer.Models.Client>

Liste initiale de Duende.IdentityServer.Models.Client.

S’applique à

ClientCollection(IList<Client>)

Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs

Initialise une nouvelle instance de ClientCollection avec les clients donnés dans list.

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

Paramètres

list
IList<IdentityServer4.Models.Client>

Liste initiale de IdentityServer4.Models.Client.

S’applique à