次の方法で共有


PlayReadySecureStopServiceRequest コンストラクター

定義

オーバーロード

PlayReadySecureStopServiceRequest(Byte[])

PlayReadySecureStopServiceRequest クラスの新しいインスタンスを初期化して、すべてのセキュリティで保護された停止セッションを含めます。

PlayReadySecureStopServiceRequest(Guid, Byte[])

指定したセキュリティで保護された停止セッションの PlayReadySecureStopServiceRequest クラスの新しいインスタンスを初期化します。

PlayReadySecureStopServiceRequest(Byte[])

PlayReadySecureStopServiceRequest クラスの新しいインスタンスを初期化して、すべてのセキュリティで保護された停止セッションを含めます。

public:
 PlayReadySecureStopServiceRequest(Platform::Array <byte> ^ publisherCertBytes);
 PlayReadySecureStopServiceRequest(winrt::array_view <byte> const& publisherCertBytes);
public PlayReadySecureStopServiceRequest(byte[] publisherCertBytes);
function PlayReadySecureStopServiceRequest(publisherCertBytes)
Public Sub New (publisherCertBytes As Byte())

パラメーター

publisherCertBytes

Byte[]

byte[]

発行元証明書の生のバイナリ本文。

こちらもご覧ください

適用対象

PlayReadySecureStopServiceRequest(Guid, Byte[])

指定したセキュリティで保護された停止セッションの PlayReadySecureStopServiceRequest クラスの新しいインスタンスを初期化します。

public:
 PlayReadySecureStopServiceRequest(Platform::Guid sessionID, Platform::Array <byte> ^ publisherCertBytes);
 PlayReadySecureStopServiceRequest(winrt::guid const& sessionID, winrt::array_view <byte> const& publisherCertBytes);
public PlayReadySecureStopServiceRequest(Guid sessionID, byte[] publisherCertBytes);
function PlayReadySecureStopServiceRequest(sessionID, publisherCertBytes)
Public Sub New (sessionID As Guid, publisherCertBytes As Byte())

パラメーター

sessionID
Guid

Platform::Guid

winrt::guid

セキュリティで保護された停止セッション識別子。

publisherCertBytes

Byte[]

byte[]

発行元証明書の生のバイナリ本文。

こちらもご覧ください

適用対象