다음을 통해 공유


ClientCollection 클래스

정의

Duende.IdentityServer.Models.Client의 컬렉션입니다.

public ref class ClientCollection : System::Collections::ObjectModel::Collection<IdentityServer4::Models::Client ^>
public class ClientCollection : System.Collections.ObjectModel.Collection<IdentityServer4.Models.Client>
public class ClientCollection : System.Collections.ObjectModel.Collection<Duende.IdentityServer.Models.Client>
type ClientCollection = class
    inherit Collection<Client>
Public Class ClientCollection
Inherits Collection(Of Client)
상속
Collection<IdentityServer4.Models.Client>
ClientCollection
상속
Collection<Duende.IdentityServer.Models.Client>
ClientCollection

생성자

ClientCollection()

ClientCollection의 새 인스턴스를 초기화합니다.

ClientCollection(IList<Client>)

에서 지정된 클라이언트를 사용하여 의 ClientCollection 새 instance 초기화합니다list.

ClientCollection(IList<Client>)

에서 지정된 클라이언트를 사용하여 의 ClientCollection 새 instance 초기화합니다list.

속성

Item[String]

클라이언트 ID가 지정된 클라이언트를 가져옵니다.

메서드

AddIdentityServerSPA(String, Action<ClientBuilder>)

권한 부여 서버와 공존하는 단일 페이지 애플리케이션을 추가합니다.

AddNativeApp(String, Action<ClientBuilder>)

외부에 등록된 네이티브 애플리케이션을 추가합니다.

AddRange(Client[])

의 클라이언트를 컬렉션에 추가합니다 clients .

AddRange(Client[])

의 클라이언트를 컬렉션에 추가합니다 clients .

AddSPA(String, Action<ClientBuilder>)

외부에 등록된 단일 페이지 애플리케이션을 추가합니다.

적용 대상