IdentityResourceCollection Klasa

Definicja

Kolekcja Duende.IdentityServer.Models.IdentityResource.

C#
public class IdentityResourceCollection : System.Collections.ObjectModel.Collection<IdentityServer4.Models.IdentityResource>
C#
public class IdentityResourceCollection : System.Collections.ObjectModel.Collection<Duende.IdentityServer.Models.IdentityResource>
Dziedziczenie
Collection<IdentityServer4.Models.IdentityResource>
IdentityResourceCollection
Dziedziczenie
Collection<Duende.IdentityServer.Models.IdentityResource>
IdentityResourceCollection

Konstruktory

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.

Właściwości

Item[String]

Pobiera zasób tożsamości o podanej nazwie.

Metody

AddAddress()

Dodaje zasób adresu.

AddAddress(Action<IdentityResourceBuilder>)

Dodaje zasób adresu.

AddEmail()

Dodaje zasób poczty e-mail.

AddEmail(Action<IdentityResourceBuilder>)

Dodaje zasób poczty e-mail.

AddOpenId()

Dodaje zasób openid.

AddOpenId(Action<IdentityResourceBuilder>)

Dodaje zasób openid.

AddPhone()

Dodaje zasób telefonu.

AddPhone(Action<IdentityResourceBuilder>)

Dodaje zasób telefonu.

AddProfile()

Dodaje zasób profilu.

AddProfile(Action<IdentityResourceBuilder>)

Dodaje zasób profilu.

AddRange(IdentityResource[])

Dodaje zasoby tożsamości do identityResources kolekcji.

AddRange(IdentityResource[])

Dodaje zasoby tożsamości do identityResources kolekcji.

Dotyczy

Produkt Wersje
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0