Udostępnij za pośrednictwem


IdentityResourceCollection Klasa

Definicja

Kolekcja Duende.IdentityServer.Models.IdentityResource.

public ref class IdentityResourceCollection : System::Collections::ObjectModel::Collection<IdentityServer4::Models::IdentityResource ^>
public class IdentityResourceCollection : System.Collections.ObjectModel.Collection<IdentityServer4.Models.IdentityResource>
public class IdentityResourceCollection : System.Collections.ObjectModel.Collection<Duende.IdentityServer.Models.IdentityResource>
type IdentityResourceCollection = class
    inherit Collection<IdentityResource>
Public Class IdentityResourceCollection
Inherits Collection(Of 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