ApiScopeCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を初期化します |
ApiScopeCollection(IList<ApiScope>) |
で指定された API スコープを使用して の新しいインスタンス ApiScopeCollection を初期化します |
プロパティ
Item[String] |
名前が指定された API リソースを取得します。 |
メソッド
AddRange(ApiScope[]) |
のスコープを |
AddRange(ApiScope[]) |
のスコープを |
ContainsScope(String) |
指定されたスコープが定義されているかどうかを取得します。 |