Compartir a través de


PlayReadyRevocationServiceRequest.ChallengeCustomData Propiedad

Definición

Obtiene o establece los datos personalizados del desafío de solicitud. Esta propiedad no se admite en esta clase.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Obtener siempre devuelve datos NULL . Establecer siempre devuelve 0x80070032 (no se admite la solicitud).

Implementaciones

Se aplica a