IProcessMeteringDataChallenge.GetMeteringData Method
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.
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.