ApiScopeCollection 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í
ApiScopeCollection() |
Inicializuje novou instanci .ApiScopeCollection |
ApiScopeCollection(IList<ApiScope>) |
Inicializuje novou instanci ApiScopeCollection s danými obory rozhraní API v |
ApiScopeCollection(IList<ApiScope>) |
Inicializuje novou instanci ApiScopeCollection s danými obory rozhraní API v |
ApiScopeCollection()
- Zdroj:
- ApiScopeCollection.cs
- Zdroj:
- ApiScopeCollection.cs
- Zdroj:
- ApiScopeCollection.cs
- Zdroj:
- ApiScopeCollection.cs
Inicializuje novou instanci .ApiScopeCollection
public:
ApiScopeCollection();
public ApiScopeCollection ();
Public Sub New ()
Platí pro
ApiScopeCollection(IList<ApiScope>)
- Zdroj:
- ApiScopeCollection.cs
- Zdroj:
- ApiScopeCollection.cs
- Zdroj:
- ApiScopeCollection.cs
Inicializuje novou instanci ApiScopeCollection s danými obory rozhraní API v list
.
public ApiScopeCollection (System.Collections.Generic.IList<Duende.IdentityServer.Models.ApiScope> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiScopeCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.ApiScope> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiScopeCollection
Public Sub New (list As IList(Of ApiScope))
Parametry
- list
- IList<Duende.IdentityServer.Models.ApiScope>
Počáteční seznam pro Duende.IdentityServer.Models.ApiScope.
Platí pro
ApiScopeCollection(IList<ApiScope>)
- Zdroj:
- ApiScopeCollection.cs
Inicializuje novou instanci ApiScopeCollection s danými obory rozhraní API v list
.
public:
ApiScopeCollection(System::Collections::Generic::IList<IdentityServer4::Models::ApiScope ^> ^ list);
public ApiScopeCollection (System.Collections.Generic.IList<IdentityServer4.Models.ApiScope> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiScopeCollection : System.Collections.Generic.IList<IdentityServer4.Models.ApiScope> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiScopeCollection
Public Sub New (list As IList(Of ApiScope))
Parametry
- list
- IList<IdentityServer4.Models.ApiScope>
Počáteční seznam pro IdentityServer4.Models.ApiScope.