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>)

使用 中的list给定 API 范围初始化 的新实例ApiScopeCollection

ApiScopeCollection(IList<ApiScope>)

使用 中的list给定 API 范围初始化 的新实例ApiScopeCollection

属性

Item[String]

获取给定名称的 API 资源。

方法

AddRange(ApiScope[])

将 中的 scopes 范围添加到 集合。

AddRange(ApiScope[])

将 中的 scopes 范围添加到 集合。

ContainsScope(String)

获取是否定义给定范围。

适用于