PlayReadyRevocationServiceRequest.ChallengeCustomData Property

Definition

Gets or sets the custom data of the request challenge. This property is not supported in this class.

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

Property Value

String

Platform::String

winrt::hstring

Get always returns NULL data. Set always returns 0x80070032 (the request is not supported).

Implements

Applies to