PlayReadySecureStopServiceRequest.PublisherCertificate Property
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.
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.