IdentityResourceCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IdentityResourceCollection() |
Initialise une nouvelle instance de IdentityResourceCollection. |
IdentityResourceCollection(IList<IdentityResource>) |
Initialise un nouveau instance de avec les ressources d’identité IdentityResourceCollection données dans |
IdentityResourceCollection(IList<IdentityResource>) |
Initialise un nouveau instance de avec les ressources d’identité IdentityResourceCollection données dans |
IdentityResourceCollection()
Initialise une nouvelle instance de IdentityResourceCollection.
public:
IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()
S’applique à
IdentityResourceCollection(IList<IdentityResource>)
Initialise un nouveau instance de avec les ressources d’identité IdentityResourceCollection données dans 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))
Paramètres
- list
- IList<Duende.IdentityServer.Models.IdentityResource>
Liste initiale de Duende.IdentityServer.Models.IdentityResource.
S’applique à
IdentityResourceCollection(IList<IdentityResource>)
Initialise un nouveau instance de avec les ressources d’identité IdentityResourceCollection données dans 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))
Paramètres
- list
- IList<IdentityServer4.Models.IdentityResource>
Liste initiale de IdentityServer4.Models.IdentityResource.