IdentityResourceCollection 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
IdentityResourceCollection() |
Inicjuje nowe wystąpienie klasy IdentityResourceCollection. |
IdentityResourceCollection(IList<IdentityResource>) |
Inicjuje nowe wystąpienie z podanymi zasobami IdentityResourceCollection tożsamości w programie |
IdentityResourceCollection(IList<IdentityResource>) |
Inicjuje nowe wystąpienie z podanymi zasobami IdentityResourceCollection tożsamości w programie |
IdentityResourceCollection()
Inicjuje nowe wystąpienie klasy IdentityResourceCollection.
public:
IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()
Dotyczy
IdentityResourceCollection(IList<IdentityResource>)
Inicjuje nowe wystąpienie z podanymi zasobami IdentityResourceCollection tożsamości w programie 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>
Początkowa lista .Duende.IdentityServer.Models.IdentityResource
Dotyczy
IdentityResourceCollection(IList<IdentityResource>)
Inicjuje nowe wystąpienie z podanymi zasobami IdentityResourceCollection tożsamości w programie 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>
Początkowa lista .IdentityServer4.Models.IdentityResource