PlayReadySecureStopIterable(Byte[]) Constructor
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.
Initializes a new instance of the PlayReadySecureStopIterable class.
public:
PlayReadySecureStopIterable(Platform::Array <byte> ^ publisherCertBytes);
PlayReadySecureStopIterable(winrt::array_view <byte> const& publisherCertBytes);
public PlayReadySecureStopIterable(byte[] publisherCertBytes);
function PlayReadySecureStopIterable(publisherCertBytes)
Public Sub New (publisherCertBytes As Byte())
Parameters
- publisherCertBytes
-
Byte[]
byte[]
The raw binary body of the publisher certificate.