Aracılığıyla paylaş


ClientCollection Sınıf

Tanım

Duende.IdentityServer.Models.Client koleksiyonu.

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)
Devralma
Collection<IdentityServer4.Models.Client>
ClientCollection
Devralma
Collection<Duende.IdentityServer.Models.Client>
ClientCollection

Oluşturucular

ClientCollection()

yeni bir örneğini ClientCollectionbaşlatır.

ClientCollection(IList<Client>)

içinde listverilen istemcilerle yeni bir örneğini ClientCollection başlatır.

ClientCollection(IList<Client>)

içinde listverilen istemcilerle yeni bir örneğini ClientCollection başlatır.

Özellikler

Item[String]

İstemci kimliği verilen bir istemciyi alır.

Yöntemler

AddIdentityServerSPA(String, Action<ClientBuilder>)

Yetkilendirme sunucusuyla birlikte bulunan tek sayfalı bir uygulama ekler.

AddNativeApp(String, Action<ClientBuilder>)

Harici olarak kaydedilmiş bir yerel uygulama ekler..

AddRange(Client[])

içindeki istemcileri clients koleksiyona ekler.

AddRange(Client[])

içindeki istemcileri clients koleksiyona ekler.

AddSPA(String, Action<ClientBuilder>)

Harici olarak kaydedilmiş tek sayfalı bir uygulama ekler.

Şunlara uygulanır