WebTokenResponse.Properties プロパティ

定義

応答のプロパティを取得します

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Properties { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Properties();
public IDictionary<string,string> Properties { get; }
var iMap = webTokenResponse.properties;
Public ReadOnly Property Properties As IDictionary(Of String, String)

プロパティ値

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

応答のプロパティ。

注釈

Web トークン応答のプロパティは、個々のプロバイダーに固有です。 使用方法の詳細については、プロバイダーのドキュメントを参照してください。

適用対象

こちらもご覧ください