ILicenseAcknowledgementChallenge.GetLicenseStorageResults 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.
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
- typeToReturn
- LicenseStorageResultsType
The LicenseStorageResultsType to return.
Returns
The license storage results as an array filtered by the type requested in typeToReturn
.