다음을 통해 공유


ClientCollection 생성자

정의

오버로드

ClientCollection()

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

ClientCollection(IList<Client>)

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

ClientCollection(IList<Client>)

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

ClientCollection()

Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs

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

public:
 ClientCollection();
public ClientCollection ();
Public Sub New ()

적용 대상

ClientCollection(IList<Client>)

Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs

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

public ClientCollection (System.Collections.Generic.IList<Duende.IdentityServer.Models.Client> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.Client> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection
Public Sub New (list As IList(Of Client))

매개 변수

list
IList<Duende.IdentityServer.Models.Client>

의 초기 목록입니다 Duende.IdentityServer.Models.Client.

적용 대상

ClientCollection(IList<Client>)

Source:
ClientCollection.cs
Source:
ClientCollection.cs
Source:
ClientCollection.cs

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

public:
 ClientCollection(System::Collections::Generic::IList<IdentityServer4::Models::Client ^> ^ list);
public ClientCollection (System.Collections.Generic.IList<IdentityServer4.Models.Client> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection : System.Collections.Generic.IList<IdentityServer4.Models.Client> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection
Public Sub New (list As IList(Of Client))

매개 변수

list
IList<IdentityServer4.Models.Client>

의 초기 목록입니다 IdentityServer4.Models.Client.

적용 대상