Share via


IIngestManifestFile.IsEncrypted Property

Gets or sets a value that indicates whether this file is stored encrypted. This property is optional.

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 IIngestManifestFile 
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
true if this file is stored encrypted; otherwise, false.

See Also

Reference

IIngestManifestFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace