ApiScopeCollection Class

Definition

A collection of 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)
Inheritance
Collection<IdentityServer4.Models.ApiScope>
ApiScopeCollection
Inheritance
Collection<Duende.IdentityServer.Models.ApiScope>
ApiScopeCollection

Constructors

ApiScopeCollection()

Initializes a new instance of ApiScopeCollection.

ApiScopeCollection(IList<ApiScope>)

Initializes a new instance of ApiScopeCollection with the given API scopes in list.

ApiScopeCollection(IList<ApiScope>)

Initializes a new instance of ApiScopeCollection with the given API scopes in list.

Properties

Item[String]

Gets an API resource given its name.

Methods

AddRange(ApiScope[])

Adds the scopes in scopes to the collection.

AddRange(ApiScope[])

Adds the scopes in scopes to the collection.

ContainsScope(String)

Gets whether a given scope is defined or not.

Applies to