IIngestManifest.EncryptFiles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EncryptFiles(String) | |
EncryptFiles(String, Boolean) |
EncryptFiles(String)
public void EncryptFiles (string outputPath);
abstract member EncryptFiles : string -> unit
Public Sub EncryptFiles (outputPath As String)
Parameters
- outputPath
- String
Applies to
EncryptFiles(String, Boolean)
public void EncryptFiles (string outputPath, bool overrideExistingEncryptedFiles);
abstract member EncryptFiles : string * bool -> unit
Public Sub EncryptFiles (outputPath As String, overrideExistingEncryptedFiles As Boolean)
Parameters
- outputPath
- String
- overrideExistingEncryptedFiles
- Boolean