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 クラスの新しいインスタンスを初期化して、すべてのセキュリティで保護された停止セッションを含めます。 |
PlayReadySecureStopServiceRequest(Guid, Byte[]) |
指定したセキュリティで保護された停止セッションの PlayReadySecureStopServiceRequest クラスの新しいインスタンスを初期化します。 |
プロパティ
ChallengeCustomData |
要求チャレンジのカスタム データを取得または設定します。 |
ProtectionSystem |
ベンダー コンテンツ保護システム識別子を取得します。 |
PublisherCertificate |
現在の発行元証明書プロパティを取得します。 |
ResponseCustomData |
サービスからの応答で返されたカスタム データを取得します。 |
SessionID |
セッション識別子プロパティを取得します。 |
StartTime |
セキュリティで保護された停止セッションの開始時刻プロパティを取得します。 |
Stopped |
この要求のセキュリティで保護された停止セッションが正常にシャットダウンされたかどうかを示す、セキュリティで保護された停止セッションの停止フラグ プロパティを取得します。 |
Type |
PlayReady セキュリティで保護された停止サービス要求が実行する操作の種類の GUID を 取得します。 |
UpdateTime |
セキュリティで保護された停止セッションの更新/停止時刻プロパティを取得します。 |
Uri |
サービス要求アクションの実行に使用する URI を取得または設定します。 |
メソッド
BeginServiceRequest() |
非同期サービス要求操作を開始します。 |
GenerateManualEnablingChallenge() |
手動で有効にするプロセスを開始します。 |
NextServiceRequest() |
新しいサービス要求インターフェイスを返します。 |
ProcessManualEnablingResponse(Byte[]) |
手動有効化チャレンジの生バイナリ結果を処理します。 |