IMeteringHandler.GetMeteringCertificateAsync 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.
Service implemented method handling metering certificate requests.
public System.Threading.Tasks.Task<Microsoft.Media.Drm.MeteringCertificateResponse> GetMeteringCertificateAsync (Microsoft.Media.Drm.IMeteringCertificateChallenge data);
abstract member GetMeteringCertificateAsync : Microsoft.Media.Drm.IMeteringCertificateChallenge -> System.Threading.Tasks.Task<Microsoft.Media.Drm.MeteringCertificateResponse>
Public Function GetMeteringCertificateAsync (data As IMeteringCertificateChallenge) As Task(Of MeteringCertificateResponse)
Parameters
Parsed IMeteringCertificateChallenge received from the client.
Returns
The MeteringCertificateResponse to be returned to the client.