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>) |
使用 中的 |
ApiScopeCollection(IList<ApiScope>) |
使用 中的 |
属性
Item[String] |
获取给定名称的 API 资源。 |
方法
AddRange(ApiScope[]) |
将 中的 |
AddRange(ApiScope[]) |
将 中的 |
ContainsScope(String) |
获取是否定义给定范围。 |