IdentityResourceCollection.AddRange Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AddRange(IdentityResource[]) |
Dodaje zasoby tożsamości do |
AddRange(IdentityResource[]) |
Dodaje zasoby tożsamości do |
AddRange(IdentityResource[])
Dodaje zasoby tożsamości do identityResources
kolekcji.
public void AddRange (params Duende.IdentityServer.Models.IdentityResource[] identityResources);
member this.AddRange : Duende.IdentityServer.Models.IdentityResource[] -> unit
Public Sub AddRange (ParamArray identityResources As IdentityResource())
Parametry
- identityResources
- Duende.IdentityServer.Models.IdentityResource[]
Lista do dodania Duende.IdentityServer.Models.IdentityResource .
Dotyczy
AddRange(IdentityResource[])
Dodaje zasoby tożsamości do identityResources
kolekcji.
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())
Parametry
- identityResources
- IdentityServer4.Models.IdentityResource[]
Lista do dodania IdentityServer4.Models.IdentityResource .