ClaimActionCollectionMapExtensions.DeleteClaims Method

Definition

Delete all claims from the ClaimsIdentity with the given claimTypes.

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())

Parameters

claimTypes
String[]

The claim types to delete.

Applies to