ClaimActionCollectionMapExtensions.MapAll(ClaimActionCollection) Method

Definition

Clears any current ClaimsActions and maps all values from the json user data as claims, excluding duplicates.

public:
[System::Runtime::CompilerServices::Extension]
 static void MapAll(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection);
public static void MapAll (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection);
static member MapAll : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection -> unit
<Extension()>
Public Sub MapAll (collection As ClaimActionCollection)

Parameters

Applies to