Unfortunately not. There is no support within the .Net Framework 4.5 for password protected zip files. In this case you have to switch to one of the well known 3rd party libraries.
Related Contents:
- Creating Directories in a ZipArchive C# .Net 4.5
- Create zip file from byte[]
- What is the purpose of “return await” in C#?
- How do I make calls to a REST API using C#?
- Awaiting multiple Tasks with different results
- Creating a ZIP archive in memory using System.IO.Compression
- There is no argument given that corresponds to the required formal parameter – .NET Error
- Format A TimeSpan With Years
- How does Task become an int?
- Is it possible to run a .NET 4.5 app on XP?
- Await operator can only be used within an Async method [duplicate]
- Using System.IO.Packaging to generate a ZIP file
- Large Object Heap Compaction, when is it good?
- Understanding garbage collection in .NET
- What is the difference between String and string in C#?
- Why not inherit from List?
- What is App.config in C#.NET? How to use it?
- Serialize Class containing Dictionary member
- How do I get and set Environment variables in C#?
- Why doesn’t .NET/C# optimize for tail-call recursion?
- Testing if object is of generic type in C#
- How to know if a DateTime is between a DateRange in C#
- Is it possible to compile and execute new code at runtime in .NET?
- How should I inject a DbContext instance into an IHostedService?
- Thread.Sleep for less than 1 millisecond
- How to get the z-order in windows?
- C# 4.0, optional parameters and params do not work together
- Why does Enumerable.All return true for an empty sequence? [duplicate]
- Why are C# 4 optional parameters defined on interface not enforced on implementing class?
- Handling exceptions, is this a good way?
- Zip folder in C#
- Does .NET FtpWebRequest Support both Implicit (FTPS) and explicit (FTPES)?
- How to get files in a relative path in C#
- How to read data from excel file using c# [duplicate]
- Is relying on && short-circuiting safe in .NET?
- Need to perform Wildcard (*,?, etc) search on a string using Regex
- What method in the String class returns only the first N characters?
- Is there any connection string parser in C#?
- How does async works in C#?
- Regex that matches a newline (\n) in C#
- How do I get information about recently connected USB device?
- Generic List – moving an item within the list
- How to edit .csproj file
- Will a future version of .NET support tuples in C#?
- Is it possible to create a new operator in c#?
- Using extension methods in .NET 2.0?
- Partial class in different namespaces
- Difference between IEnumerable Count() and Length
- How to stop Windows service programmatically
- Horrible performance using SqlCommand Async methods with large data