PlayReadySecureStopServiceRequest 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보안 중지 메시지를 관리합니다.
public ref class PlayReadySecureStopServiceRequest sealed : IPlayReadySecureStopServiceRequest
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Protection.PlayReady.IPlayReadySecureStopServiceRequestFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadySecureStopServiceRequest final : IPlayReadySecureStopServiceRequest
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Protection.PlayReady.IPlayReadySecureStopServiceRequestFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class PlayReadySecureStopServiceRequest final : IPlayReadySecureStopServiceRequest
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Protection.PlayReady.IPlayReadySecureStopServiceRequestFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadySecureStopServiceRequest : IPlayReadySecureStopServiceRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Protection.PlayReady.IPlayReadySecureStopServiceRequestFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PlayReadySecureStopServiceRequest : IPlayReadySecureStopServiceRequest
function PlayReadySecureStopServiceRequest(sessionID, publisherCertBytes)
Public NotInheritable Class PlayReadySecureStopServiceRequest
Implements IPlayReadySecureStopServiceRequest
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
생성자
PlayReadySecureStopServiceRequest(Byte[]) |
모든 보안 중지 세션을 포함하도록 PlayReadySecureStopServiceRequest 클래스의 새 instance 초기화합니다. |
PlayReadySecureStopServiceRequest(Guid, Byte[]) |
지정된 보안 중지 세션에 대한 PlayReadySecureStopServiceRequest 클래스의 새 instance 초기화합니다. |
속성
ChallengeCustomData |
요청 챌린지의 사용자 지정 데이터를 가져오거나 설정합니다. |
ProtectionSystem |
공급업체 콘텐츠 보호 시스템 식별자를 가져옵니다. |
PublisherCertificate |
현재 게시자 인증서 속성을 가져옵니다. |
ResponseCustomData |
서비스의 응답에서 반환된 사용자 지정 데이터를 가져옵니다. |
SessionID |
세션 식별자 속성을 가져옵니다. |
StartTime |
보안 중지 세션의 시작 시간 속성을 가져옵니다. |
Stopped |
이 요청에 대한 보안 중지 세션이 완전히 종료되었는지 여부를 나타내는 보안 중지 세션의 중지 플래그 속성을 가져옵니다. |
Type |
PlayReady 보안 중지 서비스 요청이 수행하는 작업 유형에 대한 GUID 를 가져옵니다. |
UpdateTime |
보안 중지 세션의 업데이트/중지 시간 속성을 가져옵니다. |
Uri |
서비스 요청 작업을 수행하는 데 사용되는 URI를 가져오거나 설정합니다. |
메서드
BeginServiceRequest() |
비동기 서비스 요청 작업을 시작합니다. |
GenerateManualEnablingChallenge() |
수동으로 사용하도록 설정하는 프로세스를 시작합니다. |
NextServiceRequest() |
새 서비스 요청 인터페이스를 반환합니다. |
ProcessManualEnablingResponse(Byte[]) |
수동 사용 챌린지의 원시 이진 결과를 처리합니다. |