ITask.EncryptionKeyId Property

Gets the encryption key identifier for the task.

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 ITask 
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
The encryption key identifier for the task.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace