Share via


IIngestManifestFile.EncryptionVersion Property

Get or sets the encryption version used for the file. Current supported version for both StorageEncryption and CommonEncryption is "1.0". This property is optional.

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

Syntax

'Declaration
ReadOnly Property EncryptionVersion As String 
    Get
'Usage
Dim instance As IIngestManifestFile 
Dim value As String 

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

Property Value

Type: System.String
The encryption version used for the file.

See Also

Reference

IIngestManifestFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace