PlayReadyLicenseAcquisitionServiceRequest.ChallengeCustomData 屬性

定義

取得或設定要求挑戰的自訂資料。

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

void ChallengeCustomData(winrt::hstring value);
public string ChallengeCustomData { get; set; }
var string = playReadyLicenseAcquisitionServiceRequest.challengeCustomData;
playReadyLicenseAcquisitionServiceRequest.challengeCustomData = string;
Public Property ChallengeCustomData As String

屬性值

String

Platform::String

winrt::hstring

自訂資料。

實作

備註

使用這個屬性可取得要求挑戰中要放置的自訂資料,或設定要作為要求一部分傳送的挑戰自訂資料。

設定這個屬性是選擇性的。

呼叫 BeginServiceRequestGenerateManualEnablingChallenge 之後,就無法設定這個屬性。

適用於