Udostępnij przez


ClaimActionCollectionMapExtensions.MapAllExcept Metoda

Definicja

Czyści wszystkie bieżące oświadczeniaAkcje i mapuje wszystkie wartości z danych użytkownika json jako oświadczenia, z wyłączeniem określonych typów.

public:
[System::Runtime::CompilerServices::Extension]
 static void MapAllExcept(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, ... cli::array <System::String ^> ^ exclusions);
public static void MapAllExcept (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, params string[] exclusions);
static member MapAllExcept : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string[] -> unit
<Extension()>
Public Sub MapAllExcept (collection As ClaimActionCollection, ParamArray exclusions As String())

Parametry

exclusions
String[]

Typy do wykluczenia.

Dotyczy