IPlayReadyServiceRequest.ChallengeCustomData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = iPlayReadyServiceRequest.challengeCustomData;
iPlayReadyServiceRequest.challengeCustomData = string;
Public Property ChallengeCustomData As String
Property Value
The custom data.
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.