共用方式為


UniqueJsonKeyClaimAction(String, String, String) 建構函式

定義

建立新的 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)

參數

claimType
String

建立宣告時,要用於 Claim.Type 的值。

valueType
String

建立 Claim.ValueType 時,要用於 Claim.ValueType 的值。

jsonKey
String

要尋找 json 使用者資料的最上層索引鍵。

適用於