IdentityResourceCollection 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í
| IdentityResourceCollection() |
Inicializuje novou instanci IdentityResourceCollection. |
| IdentityResourceCollection(IList<IdentityResource>) |
Inicializuje novou instanci IdentityResourceCollection s danými prostředky identity v |
| IdentityResourceCollection(IList<IdentityResource>) |
Inicializuje novou instanci IdentityResourceCollection s danými prostředky identity v |
IdentityResourceCollection()
Inicializuje novou instanci IdentityResourceCollection.
public:
IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()
Platí pro
IdentityResourceCollection(IList<IdentityResource>)
Inicializuje novou instanci IdentityResourceCollection s danými prostředky identity v list.
public IdentityResourceCollection (System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))
Parametry
- list
- IList<Duende.IdentityServer.Models.IdentityResource>
Počáteční seznam Duende.IdentityServer.Models.IdentityResource.
Platí pro
IdentityResourceCollection(IList<IdentityResource>)
Inicializuje novou instanci IdentityResourceCollection s danými prostředky identity v list.
public:
IdentityResourceCollection(System::Collections::Generic::IList<IdentityServer4::Models::IdentityResource ^> ^ list);
public IdentityResourceCollection (System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))
Parametry
- list
- IList<IdentityServer4.Models.IdentityResource>
Počáteční seznam IdentityServer4.Models.IdentityResource.