ISecureStop2Handler.GetSecureStop2AESKeyAsync(Guid) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
服務已實作方法,傳回所指定之「子系」和「會話識別碼」的 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 的對應 。