ClaimActionCollection.Add(ClaimAction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.