ClientCollection Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ClientCollection() |
Inicjuje nowe wystąpienie klasy ClientCollection. |
ClientCollection(IList<Client>) |
Inicjuje nowe wystąpienie z ClientCollection podanymi klientami w programie |
ClientCollection(IList<Client>) |
Inicjuje nowe wystąpienie z ClientCollection podanymi klientami w programie |
ClientCollection()
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
Inicjuje nowe wystąpienie klasy ClientCollection.
public:
ClientCollection();
public ClientCollection ();
Public Sub New ()
Dotyczy
ClientCollection(IList<Client>)
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
Inicjuje nowe wystąpienie z ClientCollection podanymi klientami w programie 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>
Początkowa lista .Duende.IdentityServer.Models.Client
Dotyczy
ClientCollection(IList<Client>)
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
- Źródło:
- ClientCollection.cs
Inicjuje nowe wystąpienie z ClientCollection podanymi klientami w programie 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>
Początkowa lista .IdentityServer4.Models.Client