Udostępnij za pośrednictwem


IdentityResourceCollection Konstruktory

Definicja

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

IdentityResourceCollection(IList<IdentityResource>)

Inicjuje nowe wystąpienie z podanymi zasobami IdentityResourceCollection tożsamości w programie list.

IdentityResourceCollection()

Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs

Inicjuje nowe wystąpienie klasy IdentityResourceCollection.

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

Dotyczy

IdentityResourceCollection(IList<IdentityResource>)

Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs

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

Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs

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

Dotyczy