ClaimActionCollectionMapExtensions.DeleteClaims メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した claimTypes を使用して ClaimsIdentity からすべての要求を削除します。
public:
[System::Runtime::CompilerServices::Extension]
static void DeleteClaims(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, ... cli::array <System::String ^> ^ claimTypes);
public static void DeleteClaims (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, params string[] claimTypes);
static member DeleteClaims : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string[] -> unit
<Extension()>
Public Sub DeleteClaims (collection As ClaimActionCollection, ParamArray claimTypes As String())
パラメーター
- collection
- ClaimActionCollection
- claimTypes
- String[]
削除する要求の種類。