WebTokenRequest.CorrelationId 属性

定义

获取并设置相关 ID,这是用于跟踪身份验证相关请求的唯一标识符。

public:
 property Platform::String ^ CorrelationId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CorrelationId();

void CorrelationId(winrt::hstring value);
public string CorrelationId { get; set; }
var string = webTokenRequest.correlationId;
webTokenRequest.correlationId = string;
Public Property CorrelationId As String

属性值

String

Platform::String

winrt::hstring

此请求的相关 ID。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于