ClaimActionCollectionMapExtensions.MapCustomJson Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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>)
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
- collection
- ClaimActionCollection
- claimType
- String
Talep oluştururken Claim.Type için kullanılacak değer.
Verilen json kullanıcı verilerinden değer seçmek için çağrılan Func.
Şunlara uygulanır
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.
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
- collection
- ClaimActionCollection
- 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>)
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
- collection
- ClaimActionCollection
- 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.
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>)
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
- collection
- ClaimActionCollection
- 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.