Share via


PlayReadyMeteringReportServiceRequest.MeteringCertificate Property

Definition

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.

Applies to