PlayReadySecureStopServiceRequest.PublisherCertificate Property

Definition

Gets the current publisher certificate property.

public:
 property Platform::Array <byte> ^ PublisherCertificate { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> PublisherCertificate();
public byte[] PublisherCertificate { get; }
var byte[] = playReadySecureStopServiceRequest.publisherCertificate;
Public ReadOnly Property PublisherCertificate As Byte()

Property Value

Byte[]

byte[]

The raw binary body of the publisher certificate.

Implements

Applies to