ApiResourceCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Duende.IdentityServer.Models.ApiResource 的集合。
public ref class ApiResourceCollection : System::Collections::ObjectModel::Collection<IdentityServer4::Models::ApiResource ^>
public class ApiResourceCollection : System.Collections.ObjectModel.Collection<IdentityServer4.Models.ApiResource>
public class ApiResourceCollection : System.Collections.ObjectModel.Collection<Duende.IdentityServer.Models.ApiResource>
type ApiResourceCollection = class
inherit Collection<ApiResource>
Public Class ApiResourceCollection
Inherits Collection(Of ApiResource)
- 继承
-
Collection<IdentityServer4.Models.ApiResource>ApiResourceCollection
- 继承
-
Collection<Duende.IdentityServer.Models.ApiResource>ApiResourceCollection
构造函数
ApiResourceCollection() |
初始化 ApiResourceCollection 的新实例。 |
ApiResourceCollection(IList<ApiResource>) |
使用 中的 |
ApiResourceCollection(IList<ApiResource>) |
使用 中的 |
属性
Item[String] |
获取给定名称的 API 资源。 |
方法
AddApiResource(String, Action<ApiResourceBuilder>) |
添加新的外部注册 API。 |
AddIdentityServerJwt(String, Action<ApiResourceBuilder>) |
创建与授权服务器共存的新 API。 |
AddRange(ApiResource[]) |
将 中的 |
AddRange(ApiResource[]) |
将 中的 |