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

发布者证书的原始二进制正文。

另请参阅

适用于