次の方法で共有


ISecureStopHandler.ProcessSecureStopDataAsync メソッド

定義

セキュリティで保護された停止データ要求を処理するサービス実装メソッド。

public System.Threading.Tasks.Task<Microsoft.Media.Drm.SecureStopDataResponse> ProcessSecureStopDataAsync (Microsoft.Media.Drm.ISecureStopDataChallenge data);
abstract member ProcessSecureStopDataAsync : Microsoft.Media.Drm.ISecureStopDataChallenge -> System.Threading.Tasks.Task<Microsoft.Media.Drm.SecureStopDataResponse>
Public Function ProcessSecureStopDataAsync (data As ISecureStopDataChallenge) As Task(Of SecureStopDataResponse)

パラメーター

data
ISecureStopDataChallenge

ISecureStopDataChallengeクライアントから受信した解析済み。

戻り値

SecureStopDataResponseクライアントに返される 。

適用対象