IContentKey.EncryptedContentKey Property

Gets the encrypted content key associated with the content key.

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

Syntax

'Declaration
ReadOnly Property EncryptedContentKey As String 
    Get
'Usage
Dim instance As IContentKey 
Dim value As String 

value = instance.EncryptedContentKey
string EncryptedContentKey { get; }
property String^ EncryptedContentKey {
    String^ get ();
}
abstract EncryptedContentKey : string
function get EncryptedContentKey () : String

Property Value

Type: System.String
The encrypted content key associated with the content key.

See Also

Reference

IContentKey Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace