ApiScopeCollection.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(ApiScope[]) |
Adds the scopes in |
AddRange(ApiScope[]) |
Adds the scopes in |
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.