次の方法で共有


ApiScopeCollection クラス

定義

Duende.IdentityServer.Models.ApiScope のコレクション。

public ref class ApiScopeCollection : System::Collections::ObjectModel::Collection<IdentityServer4::Models::ApiScope ^>
public class ApiScopeCollection : System.Collections.ObjectModel.Collection<IdentityServer4.Models.ApiScope>
public class ApiScopeCollection : System.Collections.ObjectModel.Collection<Duende.IdentityServer.Models.ApiScope>
type ApiScopeCollection = class
    inherit Collection<ApiScope>
Public Class ApiScopeCollection
Inherits Collection(Of ApiScope)
継承
Collection<IdentityServer4.Models.ApiScope>
ApiScopeCollection
継承
Collection<Duende.IdentityServer.Models.ApiScope>
ApiScopeCollection

コンストラクター

ApiScopeCollection()

ApiScopeCollection の新しいインスタンスを初期化します。

ApiScopeCollection(IList<ApiScope>)

で指定された API スコープを使用して の新しいインスタンス ApiScopeCollection を初期化します list

ApiScopeCollection(IList<ApiScope>)

で指定された API スコープを使用して の新しいインスタンス ApiScopeCollection を初期化します list

プロパティ

Item[String]

名前が指定された API リソースを取得します。

メソッド

AddRange(ApiScope[])

のスコープを scopes コレクションに追加します。

AddRange(ApiScope[])

のスコープを scopes コレクションに追加します。

ContainsScope(String)

指定されたスコープが定義されているかどうかを取得します。

適用対象