ITaskTemplate.EncryptionScheme Property

Gets the encryption scheme associated with the task template.

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

Syntax

'Declaration
ReadOnly Property EncryptionScheme As String 
    Get
'Usage
Dim instance As ITaskTemplate 
Dim value As String 

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

Property Value

Type: System.String
The encryption scheme associated with the task template.

See Also

Reference

ITaskTemplate Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace