ApiScopeCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
ApiScopeCollection(IList<ApiScope>) |
Initializes a new instance of ApiScopeCollection with the given
API scopes in |
Properties
Item[String] |
Gets an API resource given its name. |
Methods
AddRange(ApiScope[]) |
Adds the scopes in |
AddRange(ApiScope[]) |
Adds the scopes in |
ContainsScope(String) |
Gets whether a given scope is defined or not. |