ClientCollection.AddRange Method

Definition

Overloads

AddRange(Client[])

Adds the clients in clients to the collection.

AddRange(Client[])

Adds the clients in clients to the collection.

AddRange(Client[])

Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs

Adds the clients in clients to the collection.

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

Parameters

clients
Duende.IdentityServer.Models.Client[]

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

Applies to

AddRange(Client[])

Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs

Adds the clients in clients to the collection.

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

Parameters

clients
IdentityServer4.Models.Client[]

The list of IdentityServer4.Models.Client to add.

Applies to