ClientCollection Konstruktory

Definice

Přetížení

ClientCollection()

Inicializuje novou instanci ClientCollection.

ClientCollection(IList<Client>)

Inicializuje novou instanci ClientCollection s danými klienty v list.

ClientCollection(IList<Client>)

Inicializuje novou instanci ClientCollection s danými klienty v list.

ClientCollection()

Inicializuje novou instanci ClientCollection.

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

Platí pro

ClientCollection(IList<Client>)

Inicializuje novou instanci ClientCollection s danými klienty v 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))

Parametry

list
IList<Duende.IdentityServer.Models.Client>

Počáteční seznam Duende.IdentityServer.Models.Client.

Platí pro

ClientCollection(IList<Client>)

Inicializuje novou instanci ClientCollection s danými klienty v 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))

Parametry

list
IList<IdentityServer4.Models.Client>

Počáteční seznam IdentityServer4.Models.Client.

Platí pro