AssetCreationOptions Enumeration

Specifies the the different options that an IAsset can be created with.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration AssetCreationOptions
'Usage
Dim instance As AssetCreationOptions
[FlagsAttribute]
public enum AssetCreationOptions
[FlagsAttribute]
public enum class AssetCreationOptions
[<FlagsAttribute>]
type AssetCreationOptions
public enum AssetCreationOptions

Members

Member name Description
CommonEncryptionProtected Specifies that an assets files are protected using a common encryption method (such as PlayReady).

EnvelopeEncryptionProtected Specifies that an assets files are protected using an Envelope encryption method, such as AES-CBC.
None Specifies no asset creation options.

StorageEncrypted Specifies that an asset's files should be encrypted on for upload and storage when creating the asset.

Remarks

This is a flags enum.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace