IContentKey.GetClearKeyValue Method

Returns a 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 GetClearKeyValue As Byte()
'Usage
Dim instance As IContentKey 
Dim returnValue As Byte()

returnValue = instance.GetClearKeyValue()
byte[] GetClearKeyValue()
array<unsigned char>^ GetClearKeyValue()
abstract GetClearKeyValue : unit -> byte[] 
function GetClearKeyValue() : byte[]

Return Value

Type: array<System.Byte[]
The clear key value associated with the content key.

See Also

Reference

IContentKey Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace