ClaimAction(String, String) Konstruktor

Definition

Erstellen Sie eine neue Anspruchsbearbeitungsaktion.

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)

Parameter

claimType
String

Der Wert, der für Claim.Type beim Erstellen eines Anspruchs verwendet werden soll.

valueType
String

Der Wert, der für Claim.ValueType beim Erstellen eines Anspruchs verwendet werden soll.

Gilt für: