JsonKeyClaimAction.JsonKey Property
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.
The top level key to look for in the json user data.
public:
property System::String ^ JsonKey { System::String ^ get(); };
public string JsonKey { get; }
member this.JsonKey : string
Public ReadOnly Property JsonKey As String