Compartir a través de


JsonSubKeyClaimAction(String, String, String, String) Constructor

Definición

Crea un objeto JsonSubKeyClaimAction.

public:
 JsonSubKeyClaimAction(System::String ^ claimType, System::String ^ valueType, System::String ^ jsonKey, System::String ^ subKey);
public JsonSubKeyClaimAction (string claimType, string valueType, string jsonKey, string subKey);
new Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction : string * string * string * string -> Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction
Public Sub New (claimType As String, valueType As String, jsonKey As String, subKey As String)

Parámetros

claimType
String

Valor que se va a usar para Claim.Type al crear una notificación.

valueType
String

Valor que se va a usar para Claim.ValueType al crear una notificación.

jsonKey
String

Clave de nivel superior que se va a buscar en los datos de usuario json.

subKey
String

La segunda clave de nivel que se va a buscar en los datos de usuario json.

Se aplica a