PlayReadyMeteringReportServiceRequest.MeteringCertificate 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 or sets the current metering certificate property.
public:
property Platform::Array <byte> ^ MeteringCertificate { Platform::Array <byte> ^ get(); void set(Platform::Array <byte> ^ value); };
winrt::array_view <byte> MeteringCertificate();
void MeteringCertificate(winrt::array_view <byte> meteringCertBytes);
public byte[] MeteringCertificate { get; set; }
var byte[] = playReadyMeteringReportServiceRequest.meteringCertificate;
playReadyMeteringReportServiceRequest.meteringCertificate = byte[];
Public Property MeteringCertificate As Byte()
Property Value
Byte[]
byte[]
The current metering certificate property.
Remarks
This property cannot be set after BeginServiceRequest or GenerateManualEnablingChallenge have been called.