Sdílet prostřednictvím


WebTokenResponse.Properties Property

Definition

Gets the properties of the response

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)

Property Value

IMap<String,String>

IDictionary<String,String>

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

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

The properties of the response.

Remarks

The properties of a web token response are specific to individual providers. For more information on how to use them, consult the provider's documentation.

Applies to

See also