PlayReadyMeteringReportServiceRequest.MeteringCertificate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前的計量憑證屬性。
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()
屬性值
Byte[]
byte[]
目前的計量憑證屬性。
備註
呼叫 BeginServiceRequest 或 GenerateManualEnablingChallenge 之後,就無法設定此屬性。