ClaimActionCollectionMapExtensions.MapAll(ClaimActionCollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
清除任何目前的 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)
參數
- collection
- ClaimActionCollection