JsonSubKeyClaimAction(String, String, String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 JsonSubKeyClaimAction。
public:
JsonSubKeyClaimAction(System::String ^ claimType, System::String ^ valueType, System::String ^ jsonKey, System::String ^ subKey);
public JsonSubKeyClaimAction (string claimType, string valueType, string jsonKey, string subKey);
new Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction : string * string * string * string -> Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction
Public Sub New (claimType As String, valueType As String, jsonKey As String, subKey As String)
參數
- claimType
- String
建立宣告時,要用於 Claim.Type 的值。
- valueType
- String
建立 Claim.ValueType 時,要用於 Claim.ValueType 的值。
- jsonKey
- String
要尋找 json 使用者資料的最上層索引鍵。
- subKey
- String
要尋找 json 使用者資料的第二層索引鍵。