[This is preliminary documentation and is subject to change.]
Encrypts a file.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static int EncryptFile( string sInputFilename, string sOutputFilename ) |
Visual Basic (Declaration) |
---|
Public Shared Function EncryptFile ( _ sInputFilename As String, _ sOutputFilename As String _ ) As Integer |
Visual C++ |
---|
public: static int EncryptFile( String^ sInputFilename, String^ sOutputFilename ) |
Parameters
- sInputFilename
- Type: System..::.String
the full path name of the file to be converted.
- sOutputFilename
- Type: System..::.String
The full path name of the converted file.