ClaimActionCollectionMapExtensions.MapAllExcept Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Löscht alle aktuellen ClaimsActions und ordnet alle Werte aus den JSON-Benutzerdaten als Ansprüche zu, ohne die angegebenen Typen.
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())
Parameter
- collection
- ClaimActionCollection
- exclusions
- String[]
Die auszuschließenden Typen.