Freigeben über


ApiScopeCollection Konstruktoren

Definition

Überlädt

ApiScopeCollection()

Initialisiert eine neue Instanz von ApiScopeCollection.

ApiScopeCollection(IList<ApiScope>)

Initialisiert eine neue instance von ApiScopeCollection mit den angegebenen API-Bereichen in list.

ApiScopeCollection(IList<ApiScope>)

Initialisiert eine neue instance von ApiScopeCollection mit den angegebenen API-Bereichen in list.

ApiScopeCollection()

Quelle:
ApiScopeCollection.cs
Quelle:
ApiScopeCollection.cs
Quelle:
ApiScopeCollection.cs
Quelle:
ApiScopeCollection.cs

Initialisiert eine neue Instanz von ApiScopeCollection.

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

Gilt für:

ApiScopeCollection(IList<ApiScope>)

Quelle:
ApiScopeCollection.cs
Quelle:
ApiScopeCollection.cs
Quelle:
ApiScopeCollection.cs

Initialisiert eine neue instance von ApiScopeCollection mit den angegebenen API-Bereichen in list.

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

Parameter

list
IList<Duende.IdentityServer.Models.ApiScope>

Die anfängliche Liste von Duende.IdentityServer.Models.ApiScope.

Gilt für:

ApiScopeCollection(IList<ApiScope>)

Quelle:
ApiScopeCollection.cs

Initialisiert eine neue instance von ApiScopeCollection mit den angegebenen API-Bereichen in list.

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

Parameter

list
IList<IdentityServer4.Models.ApiScope>

Die anfängliche Liste von IdentityServer4.Models.ApiScope.

Gilt für: