IdentityResourceCollection Class

Definition

A collection of 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)
Inheritance
Collection<IdentityServer4.Models.IdentityResource>
IdentityResourceCollection
Inheritance
Collection<Duende.IdentityServer.Models.IdentityResource>
IdentityResourceCollection

Constructors

IdentityResourceCollection()

Initializes a new instance of IdentityResourceCollection.

IdentityResourceCollection(IList<IdentityResource>)

Initializes a new instance of IdentityResourceCollection with the given identity resources in list.

IdentityResourceCollection(IList<IdentityResource>)

Initializes a new instance of IdentityResourceCollection with the given identity resources in list.

Properties

Item[String]

Gets an identity resource given its name.

Methods

AddAddress()

Adds an address resource.

AddAddress(Action<IdentityResourceBuilder>)

Adds an address resource.

AddEmail()

Adds an email resource.

AddEmail(Action<IdentityResourceBuilder>)

Adds an email resource.

AddOpenId()

Adds an openid resource.

AddOpenId(Action<IdentityResourceBuilder>)

Adds an openid resource.

AddPhone()

Adds a phone resource.

AddPhone(Action<IdentityResourceBuilder>)

Adds a phone resource.

AddProfile()

Adds a profile resource.

AddProfile(Action<IdentityResourceBuilder>)

Adds a profile resource.

AddRange(IdentityResource[])

Adds the identity resources in identityResources to the collection.

AddRange(IdentityResource[])

Adds the identity resources in identityResources to the collection.

Applies to