PlayReadySecureStopIterable(Byte[]) Constructor

Definition

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.

Applies to