다음을 통해 공유


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

의 지정된 API 범위를 사용하여 의 ApiScopeCollection 새 instance 초기화합니다list.

ApiScopeCollection(IList<ApiScope>)

의 지정된 API 범위를 사용하여 의 ApiScopeCollection 새 instance 초기화합니다list.

속성

Item[String]

이름이 지정된 API 리소스를 가져옵니다.

메서드

AddRange(ApiScope[])

의 범위를 컬렉션에 추가합니다 scopes .

AddRange(ApiScope[])

의 범위를 컬렉션에 추가합니다 scopes .

ContainsScope(String)

지정된 scope 정의되었는지 여부를 가져옵니다.

적용 대상