IdentityResourceCollection Constructors
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.
Overloads
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 |
IdentityResourceCollection()
Initializes a new instance of IdentityResourceCollection.
public:
IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()
Applies to
IdentityResourceCollection(IList<IdentityResource>)
Initializes a new instance of IdentityResourceCollection with the given
identity resources in list
.
public IdentityResourceCollection (System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))
Parameters
- list
- IList<Duende.IdentityServer.Models.IdentityResource>
The initial list of Duende.IdentityServer.Models.IdentityResource.
Applies to
IdentityResourceCollection(IList<IdentityResource>)
Initializes a new instance of IdentityResourceCollection with the given
identity resources in list
.
public:
IdentityResourceCollection(System::Collections::Generic::IList<IdentityServer4::Models::IdentityResource ^> ^ list);
public IdentityResourceCollection (System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))
Parameters
- list
- IList<IdentityServer4.Models.IdentityResource>
The initial list of IdentityServer4.Models.IdentityResource.