共用方式為


ISecureStop2Handler.GetSecureStop2AESKeyAsync(Guid) 方法

定義

服務已實作方法,傳回所指定之「子系」和「會話識別碼」的 SecureStop2 金鑰。

public System.Threading.Tasks.Task<Microsoft.Media.Drm.SecureStop2AESKey> GetSecureStop2AESKeyAsync (Guid kid);
abstract member GetSecureStop2AESKeyAsync : Guid -> System.Threading.Tasks.Task<Microsoft.Media.Drm.SecureStop2AESKey>
Public Function GetSecureStop2AESKeyAsync (kid As Guid) As Task(Of SecureStop2AESKey)

參數

kid
Guid

此安全停止 2 金鑰的金鑰識別碼。

傳回

SecureStop2AESKey如果處理常式不想驗證解密程式已終結,則為 kid 或 null 的對應 。

適用於