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()
Inicializuje novou instanci ApiScopeCollection.
public:
ApiScopeCollection();
public ApiScopeCollection ();
Public Sub New ()
Platí pro
ApiScopeCollection(IList<ApiScope>)
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 Duende.IdentityServer.Models.ApiScope.
Platí pro
ApiScopeCollection(IList<ApiScope>)
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 IdentityServer4.Models.ApiScope.