CustomJsonClaimAction.Resolver Property

Definition

The Func that will be called to select value from the given JSON user data.

public:
 property Func<Newtonsoft::Json::Linq::JObject ^, System::String ^> ^ Resolver { Func<Newtonsoft::Json::Linq::JObject ^, System::String ^> ^ get(); };
public:
 property Func<System::Text::Json::JsonElement, System::String ^> ^ Resolver { Func<System::Text::Json::JsonElement, System::String ^> ^ get(); };
public Func<Newtonsoft.Json.Linq.JObject,string> Resolver { get; }
public Func<System.Text.Json.JsonElement,string> Resolver { get; }
public Func<System.Text.Json.JsonElement,string?> Resolver { get; }
member this.Resolver : Func<Newtonsoft.Json.Linq.JObject, string>
member this.Resolver : Func<System.Text.Json.JsonElement, string>
Public ReadOnly Property Resolver As Func(Of JObject, String)
Public ReadOnly Property Resolver As Func(Of JsonElement, String)

Property Value

Func<Newtonsoft.Json.Linq.JObject,String>

Applies to