UniqueJsonKeyClaimAction(String, 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.
Creates a new UniqueJsonKeyClaimAction.
public:
UniqueJsonKeyClaimAction(System::String ^ claimType, System::String ^ valueType, System::String ^ jsonKey);
public UniqueJsonKeyClaimAction (string claimType, string valueType, string jsonKey);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.Claims.UniqueJsonKeyClaimAction : string * string * string -> Microsoft.AspNetCore.Authentication.OpenIdConnect.Claims.UniqueJsonKeyClaimAction
Public Sub New (claimType As String, valueType As String, jsonKey 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.
- jsonKey
- String
The top level key to look for in the json user data.