PlayReadyIndividualizationServiceRequest.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. 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 = playReadyIndividualizationServiceRequest.challengeCustomData;
playReadyIndividualizationServiceRequest.challengeCustomData = string;
Public Property ChallengeCustomData As String
Property Value
Get always returns NULL data. Set always returns 0x80070032 (the request is not supported).