Dela via


IdentityResourceCollection Constructors

Definition

Overloads

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.

IdentityResourceCollection()

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

Initializes a new instance of IdentityResourceCollection.

public:
 IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()

Applies to

IdentityResourceCollection(IList<IdentityResource>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

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>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

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.

Applies to