ClientCollection.AddRange Method
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
AddRange(Client[]) |
Adds the clients in |
AddRange(Client[]) |
Adds the clients in |
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.