Compartilhar via


IProcessMeteringDataChallenge.GetMeteringData Method

Definition

Decrypts the metering data in the challenge and returns a collection of MeteringRecord.

public System.Collections.ObjectModel.Collection<Microsoft.Media.Drm.MeteringRecord> GetMeteringData ();
abstract member GetMeteringData : unit -> System.Collections.ObjectModel.Collection<Microsoft.Media.Drm.MeteringRecord>
Public Function GetMeteringData () As Collection(Of MeteringRecord)

Returns

A collection of MeteringRecord

Exceptions

The MeteringPrivateKey property has not been set.

Remarks

This method can only be called after the MeteringPrivateKey property has been set.

Applies to