다음을 통해 공유


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>

응답의 속성입니다.

설명

웹 토큰 응답의 속성은 개별 공급자와 관련이 있습니다. 사용 방법에 대한 자세한 내용은 공급자의 설명서를 참조하세요.

적용 대상

추가 정보