ClientCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| ClientCollection() |
Inicializuje novou instanci ClientCollection. |
| ClientCollection(IList<Client>) |
Inicializuje novou instanci ClientCollection s danými klienty v |
| ClientCollection(IList<Client>) |
Inicializuje novou instanci ClientCollection s danými klienty v |
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.