Compartir a través de


IdentityResourceCollection Constructores

Definición

Sobrecargas

IdentityResourceCollection()

Inicializa una nueva instancia de la clase IdentityResourceCollection.

IdentityResourceCollection(IList<IdentityResource>)

Inicializa una nueva instancia de con los recursos de IdentityResourceCollection identidad especificados en list.

IdentityResourceCollection(IList<IdentityResource>)

Inicializa una nueva instancia de con los recursos de IdentityResourceCollection identidad especificados en list.

IdentityResourceCollection()

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

Inicializa una nueva instancia de la clase IdentityResourceCollection.

public:
 IdentityResourceCollection();
public IdentityResourceCollection();
Public Sub New ()

Se aplica a

IdentityResourceCollection(IList<IdentityResource>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

Inicializa una nueva instancia de con los recursos de IdentityResourceCollection identidad especificados en list.

public IdentityResourceCollection(System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))

Parámetros

list
IList<Duende.IdentityServer.Models.IdentityResource>

Lista inicial de Duende.IdentityServer.Models.IdentityResource.

Se aplica a

IdentityResourceCollection(IList<IdentityResource>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

Inicializa una nueva instancia de con los recursos de IdentityResourceCollection identidad especificados en list.

public:
 IdentityResourceCollection(System::Collections::Generic::IList<IdentityServer4::Models::IdentityResource ^> ^ list);
public IdentityResourceCollection(System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))

Parámetros

list
IList<IdentityServer4.Models.IdentityResource>

Lista inicial de IdentityServer4.Models.IdentityResource.

Se aplica a