ClaimActionCollectionMapExtensions.MapAll(ClaimActionCollection) 方法

定义

清除任何当前 ClaimsActions 并将 json 用户数据中的所有值映射为声明,不包括重复值。

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)

参数

适用于