次の方法で共有


PlayReadyStatics.RevocationServiceRequestType プロパティ

定義

PlayReady 失効サービス要求の種類を取得します。

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

プロパティ値

Guid

Platform::Guid

winrt::guid

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

注釈

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

適用対象