Share via


DeleteClaimAction(String) Constructor

Definition

Creates a new DeleteClaimAction.

public:
 DeleteClaimAction(System::String ^ claimType);
public DeleteClaimAction (string claimType);
new Microsoft.AspNetCore.Authentication.OAuth.Claims.DeleteClaimAction : string -> Microsoft.AspNetCore.Authentication.OAuth.Claims.DeleteClaimAction
Public Sub New (claimType As String)

Parameters

claimType
String

The ClaimType of Claims to delete.

Applies to