IdentityResourceCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
IdentityResourceCollection(IList<IdentityResource>) |
Initializes a new instance of IdentityResourceCollection with the given
identity resources in |
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 |
AddRange(IdentityResource[]) |
Adds the identity resources in |