Aracılığıyla paylaş


ClaimActionCollectionMapExtensions.MapCustomJson Yöntem

Tanım

Aşırı Yüklemeler

MapCustomJson(ClaimActionCollection, String, Func<JObject,String>)

Talep olarak eklenecek json kullanıcı verilerinden bir değer seçmek için verilen çözümleyiciyi çalıştırın. Döndürülen değer boşsa bu işlem yapılmaz.

MapCustomJson(ClaimActionCollection, String, Func<JsonElement,String>)

Talep olarak eklenecek json kullanıcı verilerinden bir değer seçmek için verilen çözümleyiciyi çalıştırın. Döndürülen değer boşsa bu işlem yapılmaz.

MapCustomJson(ClaimActionCollection, String, String, Func<JObject,String>)

Talep olarak eklenecek json kullanıcı verilerinden bir değer seçmek için verilen çözümleyiciyi çalıştırın. Döndürülen değer boşsa bu işlem yapılmaz.

MapCustomJson(ClaimActionCollection, String, String, Func<JsonElement,String>)

Talep olarak eklenecek json kullanıcı verilerinden bir değer seçmek için verilen çözümleyiciyi çalıştırın. Döndürülen değer boşsa bu işlem yapılmaz.

MapCustomJson(ClaimActionCollection, String, Func<JObject,String>)

Kaynak:
ClaimActionCollectionMapExtensions.cs
Kaynak:
ClaimActionCollectionMapExtensions.cs

Talep olarak eklenecek json kullanıcı verilerinden bir değer seçmek için verilen çözümleyiciyi çalıştırın. Döndürülen değer boşsa bu işlem yapılmaz.

public:
[System::Runtime::CompilerServices::Extension]
 static void MapCustomJson(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, Func<Newtonsoft::Json::Linq::JObject ^, System::String ^> ^ resolver);
public static void MapCustomJson (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, Func<Newtonsoft.Json.Linq.JObject,string> resolver);
static member MapCustomJson : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * Func<Newtonsoft.Json.Linq.JObject, string> -> unit
<Extension()>
Public Sub MapCustomJson (collection As ClaimActionCollection, claimType As String, resolver As Func(Of JObject, String))

Parametreler

claimType
String

Talep oluştururken Claim.Type için kullanılacak değer.

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

Verilen json kullanıcı verilerinden değer seçmek için çağrılan Func.

Şunlara uygulanır

MapCustomJson(ClaimActionCollection, String, Func<JsonElement,String>)

Kaynak:
ClaimActionCollectionMapExtensions.cs

Talep olarak eklenecek json kullanıcı verilerinden bir değer seçmek için verilen çözümleyiciyi çalıştırın. Döndürülen değer boşsa bu işlem yapılmaz.

public:
[System::Runtime::CompilerServices::Extension]
 static void MapCustomJson(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, Func<System::Text::Json::JsonElement, System::String ^> ^ resolver);
public static void MapCustomJson (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, Func<System.Text.Json.JsonElement,string> resolver);
public static void MapCustomJson (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, Func<System.Text.Json.JsonElement,string?> resolver);
static member MapCustomJson : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * Func<System.Text.Json.JsonElement, string> -> unit
<Extension()>
Public Sub MapCustomJson (collection As ClaimActionCollection, claimType As String, resolver As Func(Of JsonElement, String))

Parametreler

claimType
String

Talep oluştururken Claim.Type için kullanılacak değer.

resolver
Func<JsonElement,String>

Verilen json kullanıcı verilerinden değer seçmek için çağrılan Func.

Şunlara uygulanır

MapCustomJson(ClaimActionCollection, String, String, Func<JObject,String>)

Kaynak:
ClaimActionCollectionMapExtensions.cs
Kaynak:
ClaimActionCollectionMapExtensions.cs

Talep olarak eklenecek json kullanıcı verilerinden bir değer seçmek için verilen çözümleyiciyi çalıştırın. Döndürülen değer boşsa bu işlem yapılmaz.

public:
[System::Runtime::CompilerServices::Extension]
 static void MapCustomJson(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ valueType, Func<Newtonsoft::Json::Linq::JObject ^, System::String ^> ^ resolver);
public static void MapCustomJson (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string valueType, Func<Newtonsoft.Json.Linq.JObject,string> resolver);
static member MapCustomJson : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * Func<Newtonsoft.Json.Linq.JObject, string> -> unit
<Extension()>
Public Sub MapCustomJson (collection As ClaimActionCollection, claimType As String, valueType As String, resolver As Func(Of JObject, String))

Parametreler

claimType
String

Talep oluştururken Claim.Type için kullanılacak değer.

valueType
String

Talep oluştururken Claim.ValueType için kullanılacak değer.

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

Verilen json kullanıcı verilerinden değer seçmek için çağrılan Func.

Şunlara uygulanır

MapCustomJson(ClaimActionCollection, String, String, Func<JsonElement,String>)

Kaynak:
ClaimActionCollectionMapExtensions.cs

Talep olarak eklenecek json kullanıcı verilerinden bir değer seçmek için verilen çözümleyiciyi çalıştırın. Döndürülen değer boşsa bu işlem yapılmaz.

public:
[System::Runtime::CompilerServices::Extension]
 static void MapCustomJson(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ valueType, Func<System::Text::Json::JsonElement, System::String ^> ^ resolver);
public static void MapCustomJson (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string valueType, Func<System.Text.Json.JsonElement,string> resolver);
public static void MapCustomJson (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string valueType, Func<System.Text.Json.JsonElement,string?> resolver);
static member MapCustomJson : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * Func<System.Text.Json.JsonElement, string> -> unit
<Extension()>
Public Sub MapCustomJson (collection As ClaimActionCollection, claimType As String, valueType As String, resolver As Func(Of JsonElement, String))

Parametreler

claimType
String

Talep oluştururken Claim.Type için kullanılacak değer.

valueType
String

Talep oluştururken Claim.ValueType için kullanılacak değer.

resolver
Func<JsonElement,String>

Verilen json kullanıcı verilerinden değer seçmek için çağrılan Func.

Şunlara uygulanır