IIngestManifest.EncryptFilesAsync Method (String, Boolean, CancellationToken)
Encrypts manifest files asynchronously.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Function EncryptFilesAsync ( _
outputPath As String, _
overwriteExistingEncryptedFiles As Boolean, _
cancellationToken As CancellationToken _
) As Task
'Usage
Dim instance As IIngestManifest
Dim outputPath As String
Dim overwriteExistingEncryptedFiles As Boolean
Dim cancellationToken As CancellationToken
Dim returnValue As Task
returnValue = instance.EncryptFilesAsync(outputPath, _
overwriteExistingEncryptedFiles, _
cancellationToken)
Task EncryptFilesAsync(
string outputPath,
bool overwriteExistingEncryptedFiles,
CancellationToken cancellationToken
)
Task^ EncryptFilesAsync(
String^ outputPath,
bool overwriteExistingEncryptedFiles,
CancellationToken cancellationToken
)
abstract EncryptFilesAsync :
outputPath:string *
overwriteExistingEncryptedFiles:bool *
cancellationToken:CancellationToken -> Task
function EncryptFilesAsync(
outputPath : String,
overwriteExistingEncryptedFiles : boolean,
cancellationToken : CancellationToken
) : Task
Parameters
- outputPath
Type: System.String
The output path where all encrypted files will be located.
- overwriteExistingEncryptedFiles
Type: System.Boolean
true to override files in ouput folder; otherwise, false.
- cancellationToken
Type: System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task
The asynchronous task for encrypt files operation.