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
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET