IdentityResourceCollection Class
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
Identity |
Initializes a new instance of IdentityResourceCollection. |
Identity |
Initializes a new instance of IdentityResourceCollection with the given
identity resources in |
Identity |
Initializes a new instance of IdentityResourceCollection with the given
identity resources in |
Item[String] |
Gets an identity resource given its name. |
Add |
Adds an address resource. |
Add |
Adds an address resource. |
Add |
Adds an email resource. |
Add |
Adds an email resource. |
Add |
Adds an openid resource. |
Add |
Adds an openid resource. |
Add |
Adds a phone resource. |
Add |
Adds a phone resource. |
Add |
Adds a profile resource. |
Add |
Adds a profile resource. |
Add |
Adds the identity resources in |
Add |
Adds the identity resources in |
Product | Versions |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |