PlayReadyRevocationServiceRequest.ChallengeCustomData 속성

정의

요청 챌린지의 사용자 지정 데이터를 가져오거나 설정합니다. 이 속성은 이 클래스에서 지원되지 않습니다.

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

속성 값

String

Platform::String

winrt::hstring

Get은 항상 NULL 데이터를 반환합니다. 설정은 항상 0x80070032 반환합니다(요청은 지원되지 않음).

구현

적용 대상