共用方式為


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[]

發行者憑證的原始二進位本文。

另請參閱

適用於