IAssetFile.EncryptionKeyId Property

Optional. Encrypted ContentKey Id.

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

Syntax

'Declaration
ReadOnly Property EncryptionKeyId As String 
    Get
'Usage
Dim instance As IAssetFile 
Dim value As String 

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

Property Value

Type: System.String

See Also

Reference

IAssetFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace