次の方法で共有


PlayReadyStatics.SecureStopServiceRequestType プロパティ

定義

PlayReady セキュリティで保護された停止サービス要求の種類を取得します。

public:
 static property Platform::Guid SecureStopServiceRequestType { Platform::Guid get(); };
static winrt::guid SecureStopServiceRequestType();
public static Guid SecureStopServiceRequestType { get; }
var guid = PlayReadyStatics.secureStopServiceRequestType;
Public Shared ReadOnly Property SecureStopServiceRequestType As Guid

プロパティ値

Guid

Platform::Guid

winrt::guid

PlayReady セキュリティで保護された停止サービス要求の種類。 このプロパティ値は、基になるプラットフォームのエンディアンに依存します。 サポートするすべてのプラットフォームでアプリを慎重にテストし、各プラットフォームで正しいエンディアンが使用されていることを確認します。

注釈

この型は 、IMediaProtectionServiceRequest.type と比較できます。

適用対象