Share via


IAssetFile.IsEncrypted Property

Optional. This value should be set to true if this file is storage encrypted.

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

Syntax

'Declaration
ReadOnly Property IsEncrypted As Boolean 
    Get
'Usage
Dim instance As IAssetFile 
Dim value As Boolean 

value = instance.IsEncrypted
bool IsEncrypted { get; }
property bool IsEncrypted {
    bool get ();
}
abstract IsEncrypted : bool
function get IsEncrypted () : boolean

Property Value

Type: System.Boolean

See Also

Reference

IAssetFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace