Udostępnij za pośrednictwem


ApiScopeCollection Konstruktory

Definicja

Przeciążenia

ApiScopeCollection()

Inicjuje nowe wystąpienie klasy ApiScopeCollection.

ApiScopeCollection(IList<ApiScope>)

Inicjuje nowe wystąpienie z ApiScopeCollection podanymi zakresami interfejsu API w programie list.

ApiScopeCollection(IList<ApiScope>)

Inicjuje nowe wystąpienie z ApiScopeCollection podanymi zakresami interfejsu API w programie list.

ApiScopeCollection()

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

Inicjuje nowe wystąpienie klasy ApiScopeCollection.

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

Dotyczy

ApiScopeCollection(IList<ApiScope>)

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

Inicjuje nowe wystąpienie z ApiScopeCollection podanymi zakresami interfejsu API w programie 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))

Parametry

list
IList<Duende.IdentityServer.Models.ApiScope>

Początkowa lista .Duende.IdentityServer.Models.ApiScope

Dotyczy

ApiScopeCollection(IList<ApiScope>)

Źródło:
ApiScopeCollection.cs

Inicjuje nowe wystąpienie z ApiScopeCollection podanymi zakresami interfejsu API w programie 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))

Parametry

list
IList<IdentityServer4.Models.ApiScope>

Początkowa lista .IdentityServer4.Models.ApiScope

Dotyczy