IdentityResourceCollection Konstruktory

Definice

Přetížení

IdentityResourceCollection()

Inicializuje novou instanci IdentityResourceCollection.

IdentityResourceCollection(IList<IdentityResource>)

Inicializuje novou instanci IdentityResourceCollection s danými prostředky identity v list.

IdentityResourceCollection(IList<IdentityResource>)

Inicializuje novou instanci IdentityResourceCollection s danými prostředky identity v list.

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.

Platí pro