共用方式為


PlayReadyRevocationServiceRequest.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 = playReadyRevocationServiceRequest.challengeCustomData;
playReadyRevocationServiceRequest.challengeCustomData = string;
Public Property ChallengeCustomData As String

屬性值

String

Platform::String

winrt::hstring

取得一律會傳回 Null 資料。 設定一律會傳回0x80070032 (不支援要求) 。

實作

適用於