IIngestManifest.EncryptFiles Method (String, Boolean)
Encrypts manifest files.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Sub EncryptFiles ( _
outputPath As String, _
overrideExistingEncryptedFiles As Boolean _
)
'Usage
Dim instance As IIngestManifest
Dim outputPath As String
Dim overrideExistingEncryptedFiles As Boolean
instance.EncryptFiles(outputPath, overrideExistingEncryptedFiles)
void EncryptFiles(
string outputPath,
bool overrideExistingEncryptedFiles
)
void EncryptFiles(
String^ outputPath,
bool overrideExistingEncryptedFiles
)
abstract EncryptFiles :
outputPath:string *
overrideExistingEncryptedFiles:bool -> unit
function EncryptFiles(
outputPath : String,
overrideExistingEncryptedFiles : boolean
)
Parameters
- outputPath
Type: System.String
The output path where all encrypted files will be located.
- overrideExistingEncryptedFiles
Type: System.Boolean
true to override files in ouput folder; otherwise, false.