ClaimAction(String, String) Constructor
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.
Create a new claim manipulation action.
public:
ClaimAction(System::String ^ claimType, System::String ^ valueType);
public ClaimAction (string claimType, string valueType);
new Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction : string * string -> Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction
Public Sub New (claimType As String, valueType As String)
Parameters
- claimType
- String
The value to use for Claim.Type when creating a Claim.
- valueType
- String
The value to use for Claim.ValueType when creating a Claim.