PlayReadyLicenseAcquisitionServiceRequest.ChallengeCustomData Property

Definition

Gets or sets the custom data of the request challenge.

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

Property Value

String

Platform::String

winrt::hstring

The custom data.

Implements

Remarks

Use this property to get the custom data to be placed in the request challenge or to set the challenge custom data to send up as part of the request.

Setting this property is optional.

This property cannot be set after BeginServiceRequest or GenerateManualEnablingChallenge have been called.

Applies to