IContentKey.GetClearKeyValueAsync Method
Asynchronously gets the clear key value associated with the content key.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Function GetClearKeyValueAsync As Task(Of Byte())
'Usage
Dim instance As IContentKey
Dim returnValue As Task(Of Byte())
returnValue = instance.GetClearKeyValueAsync()
Task<byte[]> GetClearKeyValueAsync()
Task<array<unsigned char>^>^ GetClearKeyValueAsync()
abstract GetClearKeyValueAsync : unit -> Task<byte[]>
function GetClearKeyValueAsync() : Task<byte[]>
Return Value
Type: System.Threading.Tasks.Task<array<Byte[]>
The clear key value associated with the content key.