ClientCollection.Item[String] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera klienta przy użyciu identyfikatora klienta.
public:
property IdentityServer4::Models::Client ^ default[System::String ^] { IdentityServer4::Models::Client ^ get(System::String ^ key); };
public IdentityServer4.Models.Client this[string key] { get; }
public Duende.IdentityServer.Models.Client this[string key] { get; }
member this.Item(string) : IdentityServer4.Models.Client
member this.Item(string) : Duende.IdentityServer.Models.Client
Default Public ReadOnly Property Item(key As String) As Client
Parametry
- key
- String
Nazwa elementu Duende.IdentityServer.Models.Client.
Wartość właściwości
IdentityServer4.Models.Client
Duende.IdentityServer.Models.Client
Element Duende.IdentityServer.Models.Client.