Opens the file for writing providing encryption method, password and strength, and specifying if existing data should be replaced.
Parameters
- compressionMethod
- The CompressionMethod that will be used to compress the file.
- compressionLevel
- The CompressionLevel that will be used when compressing the file.
- encryptionPassword
- The password that will be used to encrypt the file.
- encryptionMethod
- The encryption method that will be used to encrypt the file.
- encryptionStrength
- The encryption strength that will be used to encrypt the file.
Return Value
A
System.IO.Stream object that can be used to write data to the file.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2