FileEncryption.GetContentKey Method

Gets the content key.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Function GetContentKey As Byte()
'Usage
Dim instance As FileEncryption 
Dim returnValue As Byte()

returnValue = instance.GetContentKey()
public byte[] GetContentKey()
public:
array<unsigned char>^ GetContentKey()
member GetContentKey : unit -> byte[] 
public function GetContentKey() : byte[]

Return Value

Type: array<System.Byte[]
The content key.

See Also

Reference

FileEncryption Class

Microsoft.WindowsAzure.MediaServices.Client Namespace