Dela via


IdentityResourceCollection.AddRange Method

Definition

Overloads

AddRange(IdentityResource[])

Adds the identity resources in identityResources to the collection.

AddRange(IdentityResource[])

Adds the identity resources in identityResources to the collection.

AddRange(IdentityResource[])

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

Adds the identity resources in identityResources to the collection.

public void AddRange (params Duende.IdentityServer.Models.IdentityResource[] identityResources);
member this.AddRange : Duende.IdentityServer.Models.IdentityResource[] -> unit
Public Sub AddRange (ParamArray identityResources As IdentityResource())

Parameters

identityResources
Duende.IdentityServer.Models.IdentityResource[]

The list of Duende.IdentityServer.Models.IdentityResource to add.

Applies to

AddRange(IdentityResource[])

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

Adds the identity resources in identityResources to the collection.

public:
 void AddRange(... cli::array <IdentityServer4::Models::IdentityResource ^> ^ identityResources);
public void AddRange (params IdentityServer4.Models.IdentityResource[] identityResources);
member this.AddRange : IdentityServer4.Models.IdentityResource[] -> unit
Public Sub AddRange (ParamArray identityResources As IdentityResource())

Parameters

identityResources
IdentityServer4.Models.IdentityResource[]

The list of IdentityServer4.Models.IdentityResource to add.

Applies to