ISecureStop2Handler.GetSecureStop2AESKeyAsync(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.