次の方法で共有


PlayReadyLicenseAcquisitionServiceRequest.DomainServiceId プロパティ

定義

コンテンツ ヘッダーのサービス識別子をオーバーライドする現在のドメイン サービス識別子プロパティを取得または設定します。

public:
 property Platform::Guid DomainServiceId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid DomainServiceId();

void DomainServiceId(winrt::guid value);
public Guid DomainServiceId { get; set; }
var guid = playReadyLicenseAcquisitionServiceRequest.domainServiceId;
playReadyLicenseAcquisitionServiceRequest.domainServiceId = guid;
Public Property DomainServiceId As Guid

プロパティ値

Guid

Platform::Guid

winrt::guid

現在のドメイン サービス識別子プロパティ。 このプロパティ値は、基になるプラットフォームのエンディアンに依存します。 サポートするすべてのプラットフォームでアプリを慎重にテストして、各プラットフォームで正しいエンディアンが使用されていることを確認します。

実装

注釈

BeginServiceRequest または GenerateManualEnablingChallenge が呼び出された後は、このプロパティを設定できません。

適用対象