ClaimActionCollectionMapExtensions.MapJsonSubKey Método
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.
Sobrecargas
MapJsonSubKey(ClaimActionCollection, String, String, String) |
Selecione um valor de segundo nível nos dados do usuário json com o nome de chave de nível superior fornecido e o nome da sub-chave de segundo nível e adicione-o como uma Declaração. Isso não será operado se as chaves não forem encontradas ou o valor estiver vazio. |
MapJsonSubKey(ClaimActionCollection, String, String, String, String) |
Selecione um valor de segundo nível nos dados do usuário json com o nome de chave de nível superior fornecido e o nome da sub-chave de segundo nível e adicione-o como uma Declaração. Isso não será operado se as chaves não forem encontradas ou o valor estiver vazio. |
MapJsonSubKey(ClaimActionCollection, String, String, String)
Selecione um valor de segundo nível nos dados do usuário json com o nome de chave de nível superior fornecido e o nome da sub-chave de segundo nível e adicione-o como uma Declaração. Isso não será operado se as chaves não forem encontradas ou o valor estiver vazio.
public:
[System::Runtime::CompilerServices::Extension]
static void MapJsonSubKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey, System::String ^ subKey);
public static void MapJsonSubKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey, string subKey);
static member MapJsonSubKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * string -> unit
<Extension()>
Public Sub MapJsonSubKey (collection As ClaimActionCollection, claimType As String, jsonKey As String, subKey As String)
Parâmetros
- collection
- ClaimActionCollection
- claimType
- String
O valor a ser usado para Claim.Type ao criar uma Declaração.
- jsonKey
- String
A chave de nível superior a ser pesquisada nos dados do usuário json.
- subKey
- String
A segunda chave de nível a ser pesquisada nos dados do usuário json.
Aplica-se a
MapJsonSubKey(ClaimActionCollection, String, String, String, String)
Selecione um valor de segundo nível nos dados do usuário json com o nome de chave de nível superior fornecido e o nome da sub-chave de segundo nível e adicione-o como uma Declaração. Isso não será operado se as chaves não forem encontradas ou o valor estiver vazio.
public:
[System::Runtime::CompilerServices::Extension]
static void MapJsonSubKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey, System::String ^ subKey, System::String ^ valueType);
public static void MapJsonSubKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey, string subKey, string valueType);
static member MapJsonSubKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * string * string -> unit
<Extension()>
Public Sub MapJsonSubKey (collection As ClaimActionCollection, claimType As String, jsonKey As String, subKey As String, valueType As String)
Parâmetros
- collection
- ClaimActionCollection
- claimType
- String
O valor a ser usado para Claim.Type ao criar uma Declaração.
- jsonKey
- String
A chave de nível superior a ser pesquisada nos dados do usuário json.
- subKey
- String
A segunda chave de nível a ser pesquisada nos dados do usuário json.
- valueType
- String
O valor a ser usado para Claim.ValueType ao criar uma Declaração.