Partager via


ISecureStop2Handler.GetSecureStop2AESKeyAsync(Guid) Method

Definition

Service implemented method returning the SecureStop2 key for the given KID and Session ID.

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)

Parameters

kid
Guid

The key identifier for this secure stop 2 key.

Returns

The SecureStop2AESKey corresponding to kid or null if the handler does not wish to verify that decryptors are destroyed.

Applies to