PlayReadySecureStopServiceRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PlayReadySecureStopServiceRequest(Byte[]) |
Initializes a new instance of the PlayReadySecureStopServiceRequest class to include all secure stop sessions. |
PlayReadySecureStopServiceRequest(Guid, Byte[]) |
Initializes a new instance of the PlayReadySecureStopServiceRequest class for the specified secure stop session. |
PlayReadySecureStopServiceRequest(Byte[])
Initializes a new instance of the PlayReadySecureStopServiceRequest class to include all secure stop sessions.
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())
Parameters
- publisherCertBytes
-
Byte[]
byte[]
The raw binary body of the publisher certificate.
See also
Applies to
PlayReadySecureStopServiceRequest(Guid, Byte[])
Initializes a new instance of the PlayReadySecureStopServiceRequest class for the specified secure stop session.
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())
Parameters
- sessionID
-
Guid
Platform::Guid
winrt::guid
The secure stop session identifier.
- publisherCertBytes
-
Byte[]
byte[]
The raw binary body of the publisher certificate.