IIngestManifest.EncryptFilesAsync Method (String, CancellationToken)

Encrypts all newly added manifest files asynchronously. All files will be overriden if output folder has files with same names.

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

Syntax

'Declaration
Function EncryptFilesAsync ( _
    outputPath As String, _
    token As CancellationToken _
) As Task
'Usage
Dim instance As IIngestManifest 
Dim outputPath As String 
Dim token As CancellationToken 
Dim returnValue As Task 

returnValue = instance.EncryptFilesAsync(outputPath, _
    token)
Task EncryptFilesAsync(
    string outputPath,
    CancellationToken token
)
Task^ EncryptFilesAsync(
    String^ outputPath, 
    CancellationToken token
)
abstract EncryptFilesAsync : 
        outputPath:string * 
        token:CancellationToken -> Task
function EncryptFilesAsync(
    outputPath : String, 
    token : CancellationToken
) : Task

Parameters

  • outputPath
    Type: System.String
    The output path where all encrypted files will be located.

Return Value

Type: System.Threading.Tasks.Task
The asynchronous task for encrypt files operation.

See Also

Reference

IIngestManifest Interface

EncryptFilesAsync Overload

Microsoft.WindowsAzure.MediaServices.Client Namespace