Dela via


ApiScopeCollection.AddRange Method

Definition

Overloads

AddRange(ApiScope[])

Adds the scopes in scopes to the collection.

AddRange(ApiScope[])

Adds the scopes in scopes to the collection.

AddRange(ApiScope[])

Source:
ApiScopeCollection.cs
Source:
ApiScopeCollection.cs
Source:
ApiScopeCollection.cs

Adds the scopes in scopes to the collection.

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

Parameters

scopes
Duende.IdentityServer.Models.ApiScope[]

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

Applies to

AddRange(ApiScope[])

Source:
ApiScopeCollection.cs

Adds the scopes in scopes to the collection.

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

Parameters

scopes
IdentityServer4.Models.ApiScope[]

The list of IdentityServer4.Models.ApiScope to add.

Applies to