IdentityResourceCollection.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(IdentityResource[]) |
Adds the identity resources in |
AddRange(IdentityResource[]) |
Adds the identity resources in |
AddRange(IdentityResource[])
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[])
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.