Share via


ILicenseAcknowledgementChallenge.GetLicenseStorageResults Method

Definition

Returns the individual license storage result records sent by the client in the acknowledgment. The service can pass in a value to either obtain a subset of the records or all of them.

public Microsoft.Media.Drm.LicenseStorageResult[] GetLicenseStorageResults (Microsoft.Media.Drm.LicenseStorageResultsType typeToReturn);
abstract member GetLicenseStorageResults : Microsoft.Media.Drm.LicenseStorageResultsType -> Microsoft.Media.Drm.LicenseStorageResult[]
Public Function GetLicenseStorageResults (typeToReturn As LicenseStorageResultsType) As LicenseStorageResult()

Parameters

Returns

The license storage results as an array filtered by the type requested in typeToReturn.

Applies to