Udostępnij za pośrednictwem


IdentityResourceCollection.AddRange Metoda

Definicja

Przeciążenia

AddRange(IdentityResource[])

Dodaje zasoby tożsamości do identityResources kolekcji.

AddRange(IdentityResource[])

Dodaje zasoby tożsamości do identityResources kolekcji.

AddRange(IdentityResource[])

Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs

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[])

Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs

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 .

Dotyczy