ClaimActionCollection.Add(ClaimAction) Method

Definition

Add a claim action to the collection.

public:
 void Add(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimAction ^ action);
public void Add (Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction action);
member this.Add : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction -> unit
Public Sub Add (action As ClaimAction)

Parameters

action
ClaimAction

The claim action to add.

Applies to