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 的值。
- jsonKey
- String
要在 json 用户数据中查找的顶级键。
- subKey
- String
要在 json 用户数据中查找的第二级键。