次の方法で共有


ILicenseAcknowledgementChallenge.GetLicenseStorageResults メソッド

定義

クライアントから受信確認で送信された個々のライセンス ストレージの結果レコードを返します。 サービスは値を渡して、レコードのサブセットまたはそれらのすべてを取得できます。

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()

パラメーター

戻り値

ライセンス ストレージの結果は、 で typeToReturn要求された型でフィルター処理された配列になります。

適用対象