IdentityResourceCollection.Item[String] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um recurso de identidade dado seu nome.
public:
property IdentityServer4::Models::IdentityResource ^ default[System::String ^] { IdentityServer4::Models::IdentityResource ^ get(System::String ^ key); };
public IdentityServer4.Models.IdentityResource this[string key] { get; }
public Duende.IdentityServer.Models.IdentityResource this[string key] { get; }
member this.Item(string) : IdentityServer4.Models.IdentityResource
member this.Item(string) : Duende.IdentityServer.Models.IdentityResource
Default Public ReadOnly Property Item(key As String) As IdentityResource
Parâmetros
- key
- String
O nome do Duende.IdentityServer.Models.IdentityResource.
Valor da propriedade
IdentityServer4.Models.IdentityResource
Duende.IdentityServer.Models.IdentityResource
O Duende.IdentityServer.Models.IdentityResource.