Partager via


IdentityResourceCollection Constructeurs

Définition

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 list.

IdentityResourceCollection(IList<IdentityResource>)

Initialise un nouveau instance de avec les ressources d’identité IdentityResourceCollection données dans list.

IdentityResourceCollection()

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

Initialise une nouvelle instance de IdentityResourceCollection.

public:
 IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()

S’applique à

IdentityResourceCollection(IList<IdentityResource>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

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>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

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.

S’applique à