Share via


IAssetFile.EncryptionVersion Property

Optional. Current supported version for both StorageEncryption and CommonEncryption is "1.0".

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 IAssetFile 
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

See Also

Reference

IAssetFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace