IIngestManifestFile.EncryptionScheme Property

Gets or sets the encryption scheme used for this file. The valid values are: "StorageEncryption" or "CommonEncryption". This property is optional.

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 IIngestManifestFile 
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 used for this file.

See Also

Reference

IIngestManifestFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace